diff options
| author | Dennis Gilmore <ausil@fedoraproject.org> | 2015-02-23 23:28:19 +0000 |
|---|---|---|
| committer | Dennis Gilmore <ausil@fedoraproject.org> | 2015-02-23 23:29:14 +0000 |
| commit | 32c88680a1975cd09fbe989f925a2180f78436a4 (patch) | |
| tree | 8b1cbc9e9cbd00f43ca9a1e0e3ca929a5cca23d5 /roles/sudo | |
| parent | bd7633faf3b0d95eff8a7f430a0eabd95b0adea2 (diff) | |
| download | ansible-32c88680a1975cd09fbe989f925a2180f78436a4.tar.gz ansible-32c88680a1975cd09fbe989f925a2180f78436a4.tar.xz ansible-32c88680a1975cd09fbe989f925a2180f78436a4.zip | |
Revert "copy the su=oders files from ansible's private repo"
This reverts commit 3f236fa945fbbbd311fdd1fc212c473e6b8022b7.
Diffstat (limited to 'roles/sudo')
| -rw-r--r-- | roles/sudo/tasks/main.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/roles/sudo/tasks/main.yml b/roles/sudo/tasks/main.yml index cd3f2c90a..0d13e7131 100644 --- a/roles/sudo/tasks/main.yml +++ b/roles/sudo/tasks/main.yml @@ -28,9 +28,9 @@ with_first_found: - files: - "{{ sudoers }}" - - "{{ ansible-private }}/files/sudo/{{ ansible_fqdn }}-sudoers" - - "{{ ansible-private }}/files/sudo/{{ ansible_hostname }}-sudoers" - - "{{ ansible-private }}/files/sudo/{{ ansible_domain }}-sudoers" + - "{{ private }}/files/sudo/{{ ansible_fqdn }}-sudoers" + - "{{ private }}/files/sudo/{{ ansible_hostname }}-sudoers" + - "{{ private }}/files/sudo/{{ ansible_domain }}-sudoers" skip: true tags: - config |
