forked from saratov/infra
fix
This commit is contained in:
parent
29c65bcc08
commit
182b4ec5ec
@ -60,5 +60,5 @@
|
||||
line: "{{ hostvars[item].ansible_default_ipv4.address }} {{ item }}"
|
||||
state: present
|
||||
when: hostvars[item].ansible_default_ipv4.address is defined
|
||||
with_items: play_hosts
|
||||
with_items: "{{ play_hosts }}"
|
||||
tags: [ prepare ]
|
||||
|
Loading…
Reference in New Issue
Block a user