Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
Don't escalate privileges in task wait for admin account creation
Browse files Browse the repository at this point in the history
  • Loading branch information
p-j-smith committed Dec 21, 2023
1 parent 4b39757 commit e80171c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/xnat/tasks/configure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
# Add a delay here to give the admin account a chance to be created
# Note, this issue only seems to happen in CI
- name: Wait for Admin account creation
become: false
ansible.builtin.wait_for:
timeout: "{{ xnat_wait_for_tomcat | default(0) }}"
delegate_to: localhost
Expand Down

0 comments on commit e80171c

Please sign in to comment.