From: Andrew Schoen Date: Wed, 19 Aug 2015 14:37:58 +0000 (-0500) Subject: reintroduces a bug that I can use for testing X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=21881a4e1b210a087983e4510ac672099a9a96ac;p=ceph-cm-ansible.git reintroduces a bug that I can use for testing Signed-off-by: Andrew Schoen --- diff --git a/roles/users/tasks/main.yml b/roles/users/tasks/main.yml index 55844e75..279ef6f7 100644 --- a/roles/users/tasks/main.yml +++ b/roles/users/tasks/main.yml @@ -45,7 +45,7 @@ with_items: managed_users|list + managed_admin_users|list # Register and retry to work around transient githubusercontent.com issues register: ssh_key_update - until: ssh_key_update|success + until: ssh_key_update.status == "present" retries: 3 delay: 5 tags: