We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1986f5d commit 043129dCopy full SHA for 043129d
src/molecule_plugins/podman/playbooks/create.yml
@@ -11,11 +11,7 @@
11
- name: Log into a container registry
12
containers.podman.podman_login:
13
certdir: >-
14
- {% if lookup('env', 'DOCKER_CERT_PATH') %}
15
- {{ item.cert_path | default(lookup('env', 'DOCKER_CERT_PATH') + '/cert.pem') }}
16
- {% else %}
17
- default(omit)
18
- {% endif %}
+ {% if lookup('env', 'DOCKER_CERT_PATH') %}{{ item.cert_path | default(lookup('env', 'DOCKER_CERT_PATH') + '/cert.pem') }}{% else %}{{ item.cert_path | default(omit) }}{% endif %}
19
executable: "{{ podman_exec }}"
20
username: "{{ item.registry.credentials.username }}"
21
password: "{{ item.registry.credentials.password }}"
0 commit comments