fixup! fixup! Drone Runner: Prepare Runner via Ansible
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Tobias Manske 2023-09-13 05:38:17 +02:00
parent 12149e26ad
commit 3091398f40
Signed by: tobias
GPG Key ID: 9164B527694A0709
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
path: /etc/hosts
regexp: "^{{ item }}\\s"
line: "{{ hostvars[item]['wg_addr'] | mandatory }} {{ item }}"
unsafe_writes: true # Docker does not allow atomic updates here.
state: present
loop: "{{ groups['all'] }}"