From b8dc92ee5826668f29c33003e13ff993c3debbeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Jeanneret=20=28Tengu=29?= Date: Fri, 31 Jul 2020 13:12:11 +0000 Subject: [PATCH] Revert "Ensure we produce a valid JSON while emptying the file" This reverts commit dad6b77f0e0cde530f44c514da2bcb214abd9acf. Podman wants an actual structure in the JSON file. Change-Id: Ib4cd78521019eaee2715b53c8ce97e07b8921d15 --- .../roles/tripleo_podman/tasks/tripleo_podman_install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tripleo_ansible/roles/tripleo_podman/tasks/tripleo_podman_install.yml b/tripleo_ansible/roles/tripleo_podman/tasks/tripleo_podman_install.yml index 4654c2879..240be8f1e 100644 --- a/tripleo_ansible/roles/tripleo_podman/tasks/tripleo_podman_install.yml +++ b/tripleo_ansible/roles/tripleo_podman/tasks/tripleo_podman_install.yml @@ -43,7 +43,7 @@ - name: Remove default cni config for cni0 if exists copy: dest: /etc/cni/net.d/87-podman-bridge.conflist - content: '{}' + content: '' force: true when: - podman_bridge_config.stat.exists | bool