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

This commit is contained in:
Zuul 2020-07-31 03:22:23 +00:00 committed by Gerrit Code Review
commit e2392980b6
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