Make wireguard config deterministic
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
b151a341c0
commit
bb42d7ef05
@ -5,7 +5,7 @@
|
|||||||
become_user: root
|
become_user: root
|
||||||
gather_facts: true
|
gather_facts: true
|
||||||
vars:
|
vars:
|
||||||
nodes: "{{ groups['all'] }}"
|
nodes: "{{ groups['all'] | sort }}"
|
||||||
tasks:
|
tasks:
|
||||||
- name: Generate Keymaterial
|
- name: Generate Keymaterial
|
||||||
become: true
|
become: true
|
||||||
|
Loading…
Reference in New Issue
Block a user