Skip to content

Commit 043129d

Browse files
committed
Try
1 parent 1986f5d commit 043129d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/molecule_plugins/podman/playbooks/create.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,7 @@
1111
- name: Log into a container registry
1212
containers.podman.podman_login:
1313
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 %}
14+
{% if lookup('env', 'DOCKER_CERT_PATH') %}{{ item.cert_path | default(lookup('env', 'DOCKER_CERT_PATH') + '/cert.pem') }}{% else %}{{ item.cert_path | default(omit) }}{% endif %}
1915
executable: "{{ podman_exec }}"
2016
username: "{{ item.registry.credentials.username }}"
2117
password: "{{ item.registry.credentials.password }}"

0 commit comments

Comments
 (0)