Skip to content

Commit a15c7e1

Browse files
domettoapatard
authored andcommitted
Bypass linter
1 parent feee289 commit a15c7e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/molecule_plugins/podman/playbooks/create.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
- name: Log into a container registry
1212
containers.podman.podman_login:
1313
certdir: >-
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 %}
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 %} # noqa yaml[line-length] jinja[spacing]
1515
executable: "{{ podman_exec }}"
1616
username: "{{ item.registry.credentials.username }}"
1717
password: "{{ item.registry.credentials.password }}"

0 commit comments

Comments
 (0)