Skip to content

Commit

Permalink
Update get_system_key.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementGautier authored Oct 11, 2021
1 parent 8b90227 commit da0c426
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/get_system_key.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
command: grep -o -P '(?<=systemKey\":\")[a-zA-Z0-9]*' {{ jumpcloud_agent_config }}
register: jumpcloud_system_key_result
become: "{{ jumpcloud_use_sudo }}"
retries: 3
delay: 1
retries: 5
delay: 3
until: jumpcloud_system_key_result.rc == 0
changed_when: "not jumpcloud_system_key_result.stdout"

Expand Down

0 comments on commit da0c426

Please sign in to comment.