[trivial] Fix boolean variable in podman config

Change-Id: Icef452820b6a6cff8f8bfb3ff2b970f7c1b0e519
This commit is contained in:
Michal Arbet 2023-11-02 11:54:45 +01:00
parent 0ca12aaa0e
commit 8b4437f943

View File

@ -16,7 +16,7 @@
registry: |
[[registry]]
location = "{{ podman_registry }}"
insecure = {{ podman_registry_insecure | bool }}
insecure = {{ podman_registry_insecure | bool | lower }}
copy:
content: "{{ registry }}"
dest: /etc/containers/registries.conf.d/registries.conf