Come back to previous syntax
This commit is contained in:
parent
44f3fc4bf7
commit
3b9d3d2661
1 changed files with 1 additions and 4 deletions
|
@ -12,10 +12,7 @@
|
||||||
- name: setup /etc/hosts for some clients
|
- name: setup /etc/hosts for some clients
|
||||||
action: copy src=$item dest=/etc/hosts
|
action: copy src=$item dest=/etc/hosts
|
||||||
with_first_found:
|
with_first_found:
|
||||||
- $files/hosts/${ ansible_fqdn }-hosts
|
- files: $files/hosts/${ ansible_fqdn }-hosts $files/hosts/${ ansible_hostname }-hosts $files/hosts/${ ansible_domain }-hosts $files/hosts/${ host_group }-hosts
|
||||||
- $files/hosts/${ ansible_hostname }-hosts
|
|
||||||
- $files/hosts/${ ansible_domain }-hosts
|
|
||||||
- $files/hosts/${ host_group }-hosts
|
|
||||||
# skip: true
|
# skip: true
|
||||||
ignore_errors: true
|
ignore_errors: true
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue