Re-add the skip for not found on host task
This commit is contained in:
parent
be8a1cbb7a
commit
7e60bb96b0
1 changed files with 1 additions and 1 deletions
|
@ -13,6 +13,6 @@
|
||||||
action: copy src=$item dest=/etc/hosts
|
action: copy src=$item dest=/etc/hosts
|
||||||
with_first_found:
|
with_first_found:
|
||||||
- files: $files/hosts/${ansible_fqdn}-hosts $files/hosts/${ansible_hostname}-hosts $files/hosts/${ansible_domain}-hosts $files/hosts/${host_group}-hosts
|
- files: $files/hosts/${ansible_fqdn}-hosts $files/hosts/${ansible_hostname}-hosts $files/hosts/${ansible_domain}-hosts $files/hosts/${host_group}-hosts
|
||||||
# skip: true
|
skip: true
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue