Compare commits

..

No commits in common. "fd302e4ebc622430061e5b8b076898aaa9b887a1" and "95ddd04a86ed2aeeef5b42e6184481c00d520ff7" have entirely different histories.

2 changed files with 3 additions and 10 deletions

View File

@ -4,13 +4,4 @@
failed_when: command.rc != 0
changed_when: "'Connected' in command.stdout"
register: command
- name: Wait for netbird-interface to exist
wait_for:
path: "/sys/class/net/wt0"
state: present
when: command.changed
- name: Gather facts to get changes
ansible.builtin.gather_facts:
when: command.changed
throttle: 1

View File

@ -2,3 +2,5 @@
- import_tasks: ./join-network.yml
- name: Gather facts to get changes
ansible.builtin.gather_facts: