Guillaume Coré
2018-02-19 c2cc12538b83661ca84029af82e029e8ea3fee0e
IPA: increase retries on sudo after ipa-client-install

try to fix:

fatal: [ec2-35-171-231-76.compute-1.amazonaws.com]: FAILED! => {"msg": "Timeout (12s) waiting for privilege escalation prompt: "}
1 files modified
2 ■■■ changed files
ansible/roles/bastion-opentlc-ipa/tasks/main.yml 2 ●●● patch | view | raw | blame | history
ansible/roles/bastion-opentlc-ipa/tasks/main.yml
@@ -28,7 +28,7 @@
    line: '%opentlc-access ALL=(ALL)       NOPASSWD: ALL'
    validate: '/usr/sbin/visudo -cf %s'
  register: result
  retries: 5
  retries: 20
  until: result | succeeded
  ignore_errors: yes