Make wireguard config deterministic
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Tobias Manske 2023-10-30 23:22:25 +01:00
parent b151a341c0
commit bb42d7ef05
Signed by: tobias
GPG Key ID: 9164B527694A0709
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
become_user: root
gather_facts: true
vars:
nodes: "{{ groups['all'] }}"
nodes: "{{ groups['all'] | sort }}"
tasks:
- name: Generate Keymaterial
become: true