diff options
| author | Seth Vidal <skvidal@fedoraproject.org> | 2013-07-02 19:26:24 +0000 |
|---|---|---|
| committer | Seth Vidal <skvidal@fedoraproject.org> | 2013-07-02 19:26:54 +0000 |
| commit | dee6feebe0603da5b6a1374fba9dc6073ca1f201 (patch) | |
| tree | 53614ccd816d5b0c6009b1aacb5b6f478c141c8d /tasks/cloud_setup_basic.yml | |
| parent | 1283a412c233c1bd5aca6e19dc1db36eaa930356 (diff) | |
| download | ansible-dee6feebe0603da5b6a1374fba9dc6073ca1f201.tar.gz ansible-dee6feebe0603da5b6a1374fba9dc6073ca1f201.tar.xz ansible-dee6feebe0603da5b6a1374fba9dc6073ca1f201.zip | |
when putting the keys on - don't die if someone typos a username - just complain and move along
Diffstat (limited to 'tasks/cloud_setup_basic.yml')
| -rw-r--r-- | tasks/cloud_setup_basic.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/cloud_setup_basic.yml b/tasks/cloud_setup_basic.yml index eb1f6c068..be3f861d5 100644 --- a/tasks/cloud_setup_basic.yml +++ b/tasks/cloud_setup_basic.yml @@ -43,7 +43,7 @@ - "${auth_keys_from_fas} @sysadmin-main ${root_auth_users}" tags: - config - + ignore_errors: true # note - kinda should be a handler - but handlers need args - name: restorecon |
