diff options
| author | Kevin Fenzi <kevin@scrye.com> | 2016-06-25 18:09:34 +0000 |
|---|---|---|
| committer | Kevin Fenzi <kevin@scrye.com> | 2016-06-25 18:09:34 +0000 |
| commit | 2d61e0754d46b2d9cdfd6bd4c00f5276dad6859c (patch) | |
| tree | 57a5f061a4990af6ad49729a4cacf874d6785a1a /tasks/cloud_setup_basic.yml | |
| parent | 3b73ad90ffacf7208bd2cc7f51f124fab1347284 (diff) | |
| download | ansible-2d61e0754d46b2d9cdfd6bd4c00f5276dad6859c.tar.gz ansible-2d61e0754d46b2d9cdfd6bd4c00f5276dad6859c.tar.xz ansible-2d61e0754d46b2d9cdfd6bd4c00f5276dad6859c.zip | |
Fix up some more non idempotent things.
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 e560e103b..881d8d462 100644 --- a/tasks/cloud_setup_basic.yml +++ b/tasks/cloud_setup_basic.yml @@ -75,7 +75,7 @@ # note - kinda should be a handler - but handlers need args - name: restorecon - command: restorecon -R /root/.ssh + file: path=/root/.ssh setype=ssh_home_t recurse=yes tags: - config |
