Skip to content
Snippets Groups Projects
Commit 016e2b52 authored by nimrod's avatar nimrod
Browse files

Correct when statement.

parent 6ef3abd6
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@
when: tls_cert|default(True) and not common_role_finished is defined
- include: add_tls_cert.yml
when: and not common_role_finished is defined
when: not common_role_finished is defined
- include: ssh_ca.yml
when: ssh_ca|default(True) and not common_role_finished is defined
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment