add update hosts role

This commit is contained in:
ikerbs 2021-11-02 17:16:47 +03:00
parent 93bfec95eb
commit 6dcb4fb1c4
No known key found for this signature in database
GPG Key ID: 5B42DA4F69B5974B
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
pin_hosts: "no"
pin_hosts: no

View File

@ -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