Skip to content

Commit

Permalink
[trivial] Fix boolean variable in podman config
Browse files Browse the repository at this point in the history
Change-Id: Icef452820b6a6cff8f8bfb3ff2b970f7c1b0e519
  • Loading branch information
keuko committed Nov 2, 2023
1 parent 0ca12aa commit 8b4437f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/podman/tasks/config.yml
Expand Up @@ -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
Expand Down

0 comments on commit 8b4437f

Please sign in to comment.