From 3091398f408937d524ceaa566f1fe351b28a7e0a Mon Sep 17 00:00:00 2001 From: Tobias Manske Date: Wed, 13 Sep 2023 05:38:17 +0200 Subject: [PATCH] fixup! fixup! Drone Runner: Prepare Runner via Ansible --- coreos-config/runner-pre.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/coreos-config/runner-pre.yaml b/coreos-config/runner-pre.yaml index 23d8253..9af7f65 100644 --- a/coreos-config/runner-pre.yaml +++ b/coreos-config/runner-pre.yaml @@ -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'] }}"