revert back to skip: true for these.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
18f412da29
commit
8358a3f198
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@
|
||||||
- "{{ ansible_domain }}-hosts"
|
- "{{ ansible_domain }}-hosts"
|
||||||
- "{{ datacenter }}-hosts"
|
- "{{ datacenter }}-hosts"
|
||||||
- "base"
|
- "base"
|
||||||
errors: ignore
|
skip: true
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
- hosts
|
- hosts
|
||||||
|
|
|
@ -44,7 +44,7 @@
|
||||||
- "{{ private }}/files/sudo/{{ inventory_hostname }}-sudoers"
|
- "{{ private }}/files/sudo/{{ inventory_hostname }}-sudoers"
|
||||||
- "{{ private }}/files/sudo/{{ ansible_hostname }}-sudoers"
|
- "{{ private }}/files/sudo/{{ ansible_hostname }}-sudoers"
|
||||||
- "{{ private }}/files/sudo/{{ ansible_domain }}-sudoers"
|
- "{{ private }}/files/sudo/{{ ansible_domain }}-sudoers"
|
||||||
errors: ignore
|
skip: true
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
- sudo
|
- sudo
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue