Compare commits
No commits in common. "fd302e4ebc622430061e5b8b076898aaa9b887a1" and "95ddd04a86ed2aeeef5b42e6184481c00d520ff7" have entirely different histories.
fd302e4ebc
...
95ddd04a86
@ -4,13 +4,4 @@
|
|||||||
failed_when: command.rc != 0
|
failed_when: command.rc != 0
|
||||||
changed_when: "'Connected' in command.stdout"
|
changed_when: "'Connected' in command.stdout"
|
||||||
register: command
|
register: command
|
||||||
|
throttle: 1
|
||||||
- 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
|
|
||||||
|
@ -2,3 +2,5 @@
|
|||||||
|
|
||||||
- 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