sudo: skip no longer works with a list like this, make a default.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2019-11-08 21:55:04 +00:00 committed by Pierre-Yves Chibon
parent d7c387e0e5
commit 950ab07c02

View file

@ -44,7 +44,7 @@
- "{{ private }}/files/sudo/{{ inventory_hostname }}-sudoers"
- "{{ private }}/files/sudo/{{ ansible_hostname }}-sudoers"
- "{{ private }}/files/sudo/{{ ansible_domain }}-sudoers"
skip: true
- "{{ private }}/files/sudo/default"
tags:
- config
- sudo