From 21881a4e1b210a087983e4510ac672099a9a96ac Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Wed, 19 Aug 2015 09:37:58 -0500 Subject: [PATCH] reintroduces a bug that I can use for testing Signed-off-by: Andrew Schoen --- roles/users/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.47.3