mirror of
https://gitea.0xace.cc/ansible-galaxy/hosts.git
synced 2024-11-24 23:06:39 +00:00
add update hosts role
This commit is contained in:
parent
93bfec95eb
commit
6dcb4fb1c4
@ -1 +1 @@
|
||||
pin_hosts: "no"
|
||||
pin_hosts: no
|
||||
|
@ -8,7 +8,7 @@
|
||||
state: present
|
||||
when:
|
||||
- hostvars[item].ansible_host is defined
|
||||
- hostvars[item].pin_hosts is defined
|
||||
- pin_hosts
|
||||
with_items: "{{ groups.all }}"
|
||||
tags:
|
||||
- hosts
|
||||
|
Loading…
Reference in New Issue
Block a user