]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
reintroduces a bug that I can use for testing fail-auth-keys
authorAndrew Schoen <aschoen@redhat.com>
Wed, 19 Aug 2015 14:37:58 +0000 (09:37 -0500)
committerAndrew Schoen <aschoen@redhat.com>
Wed, 19 Aug 2015 15:31:25 +0000 (10:31 -0500)
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
roles/users/tasks/main.yml

index 55844e7541c0e35a44b8ddea34e64c76d8af9564..279ef6f72fc62ddd29b8386968de7cdddb8b34e7 100644 (file)
@@ -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: