Move regather facts to join when changed

role_netbird_client
Ruakij 2 years ago
parent b5729caa0e
commit fd302e4ebc

@ -11,3 +11,6 @@
state: present
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
- name: Gather facts to get changes
ansible.builtin.gather_facts:

Loading…
Cancel
Save