[trivial] Fix boolean variable in podman config
Change-Id: Icef452820b6a6cff8f8bfb3ff2b970f7c1b0e519
This commit is contained in:
parent
0ca12aaa0e
commit
8b4437f943
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user