1.2 vs 1.1ism
This commit is contained in:
parent
9aa19312fb
commit
eb5c5413f6
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +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: $files/hosts/{{ ansible_fqdn }}-hosts $files/hosts/{{ ansible_hostname }}-hosts $files/hosts/${ansible_domain}-hosts
|
- files: $files/hosts/${ansible_fqdn}-hosts $files/hosts/${ansible_hostname}-hosts $files/hosts/${ansible_domain}-hosts
|
||||||
skip: true
|
skip: true
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue