fixup! fixup! Drone Runner: Prepare Runner via Ansible
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
12149e26ad
commit
3091398f40
@ -11,6 +11,7 @@
|
|||||||
path: /etc/hosts
|
path: /etc/hosts
|
||||||
regexp: "^{{ item }}\\s"
|
regexp: "^{{ item }}\\s"
|
||||||
line: "{{ hostvars[item]['wg_addr'] | mandatory }} {{ item }}"
|
line: "{{ hostvars[item]['wg_addr'] | mandatory }} {{ item }}"
|
||||||
|
unsafe_writes: true # Docker does not allow atomic updates here.
|
||||||
state: present
|
state: present
|
||||||
loop: "{{ groups['all'] }}"
|
loop: "{{ groups['all'] }}"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user