Compare commits
No commits in common. "d9cf3d2066303182f036c199c2a2fe57203871ae" and "247fdec7aed48241b851c476126ee24c9c69382b" have entirely different histories.
d9cf3d2066
...
247fdec7ae
@ -2,6 +2,5 @@
|
|||||||
when: "netclient.join_network_token is defined"
|
when: "netclient.join_network_token is defined"
|
||||||
command: "netclient join -t {{ netclient.join_network_token }}"
|
command: "netclient join -t {{ netclient.join_network_token }}"
|
||||||
failed_when: command.rc != 0
|
failed_when: command.rc != 0
|
||||||
changed_when: "'starting wireguard' in command.stdout"
|
|
||||||
register: command
|
register: command
|
||||||
throttle: 1
|
throttle: 1
|
||||||
|
@ -3,6 +3,3 @@
|
|||||||
- import_tasks: ./install.yml
|
- import_tasks: ./install.yml
|
||||||
|
|
||||||
- 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