Skip to content
Snippets Groups Projects
Commit 5a570715 authored by Matthew Mosesohn's avatar Matthew Mosesohn
Browse files

Fix multiline condition for k8s check certs

Fixes #1190
parent 742a1681
No related branches found
No related tags found
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