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
|
||||
gather_facts: true
|
||||
vars:
|
||||
nodes: "{{ groups['all'] }}"
|
||||
nodes: "{{ groups['all'] | sort }}"
|
||||
tasks:
|
||||
- name: Generate Keymaterial
|
||||
become: true
|
||||
|
Loading…
Reference in New Issue
Block a user