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 980db38 commit 0559e4cCopy full SHA for 0559e4c
src/molecule_plugins/podman/playbooks/create.yml
@@ -13,6 +13,8 @@
13
certdir: >-
14
{% if lookup('env', 'DOCKER_CERT_PATH') %}
15
{{ item.cert_path | default(lookup('env', 'DOCKER_CERT_PATH') + '/cert.pem') }}
16
+ {% else %}
17
+ {{ item.cert_path | default(omit) }}
18
{% endif %}
19
executable: "{{ podman_exec }}"
20
username: "{{ item.registry.credentials.username }}"
@@ -30,6 +32,7 @@
30
32
- item.registry.credentials is defined
31
33
- item.registry.credentials.username is defined
34
changed_when: false
35
+ no_log: true
36
37
- name: Check presence of custom Dockerfiles
38
ansible.builtin.stat:
0 commit comments