Skip to content
Snippets Groups Projects
Commit f8d44a8a authored by Matthew Mosesohn's avatar Matthew Mosesohn Committed by GitHub
Browse files

Merge pull request #1200 from mattymo/issue1190

Fix multiline condition for k8s check certs
parents 1136a94a 5a570715
Branches
Tags
No related merge requests found
......@@ -54,7 +54,7 @@
- name: "Check_certs | Set 'sync_certs' to true"
set_fact:
sync_certs: true
when: >-
when: |-
{%- set certs = {'sync': False} -%}
{% if gen_node_certs[inventory_hostname] or
(not kubecert_node.results[0].stat.exists|default(False)) or
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment