Merge "Revert "Ensure we produce a valid JSON while emptying the file"" into stable/train

This commit is contained in:
Zuul 2020-07-31 19:15:51 +00:00 committed by Gerrit Code Review
commit 1e3f537315
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@
- name: Remove default cni config for cni0 if exists - name: Remove default cni config for cni0 if exists
copy: copy:
dest: /etc/cni/net.d/87-podman-bridge.conflist dest: /etc/cni/net.d/87-podman-bridge.conflist
content: '{}' content: ''
force: true force: true
when: when:
- podman_bridge_config.stat.exists | bool - podman_bridge_config.stat.exists | bool