]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-cm-ansible.git/commit
users: fixes bug related to ssh key update retries 114/head
authorAndrew Schoen <aschoen@redhat.com>
Tue, 18 Aug 2015 16:41:22 +0000 (11:41 -0500)
committerAndrew Schoen <aschoen@redhat.com>
Tue, 18 Aug 2015 16:49:53 +0000 (11:49 -0500)
commitafbbeac70f98dcc755717063df8913de571b1adb
tree16cdb67083868a1cdf19b9ba17db91373d17037e
parente22517b32ce5881ee17c0beb57dc6603cc4d9d23
users: fixes bug related to ssh key update retries

When updating ssh keys for users we implemented a do until loop that
will account for transient issues when downloading the key from github.
The problem was that if the url fails then the var we were registering
was never created and the 'until' block errors out trying to check it.

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
roles/users/tasks/main.yml