Make wireguard config deterministic
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-10-30 23:22:25 +01:00
parent b151a341c0
commit bb42d7ef05

View File

@@ -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