Move regather facts to join when changed
This commit is contained in:
parent
b5729caa0e
commit
fd302e4ebc
@ -11,3 +11,6 @@
|
|||||||
state: present
|
state: present
|
||||||
when: command.changed
|
when: command.changed
|
||||||
|
|
||||||
|
- name: Gather facts to get changes
|
||||||
|
ansible.builtin.gather_facts:
|
||||||
|
when: command.changed
|
||||||
|
@ -2,5 +2,3 @@
|
|||||||
|
|
||||||
- import_tasks: ./join-network.yml
|
- import_tasks: ./join-network.yml
|
||||||
|
|
||||||
- name: Gather facts to get changes
|
|
||||||
ansible.builtin.gather_facts:
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user