Merge pull request #1200 from mattymo/issue1190
Fix multiline condition for k8s check certspull/1186/head
commit
f8d44a8a88
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue