Revert "Ensure we produce a valid JSON while emptying the file"

This reverts commit 47e82a6343.

Podman wants an actual structure in the JSON file.

Change-Id: Ie5ecb3b074af479d7832fbab6611480175877956
This commit is contained in:
Cédric Jeanneret (Tengu) 2020-07-31 13:11:58 +00:00
parent 47e82a6343
commit c5ac85dfff
1 changed files with 1 additions and 1 deletions

View File

@ -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