fix(handler): kubernetes restart when clause corrected
issue raised its head due to ansible update to 2.16.1 !15 fixes #16 nofusscomputing/projects/ansible/execution_environment#21 nofusscomputing/infrastructure/configuration-management/project-production!17
This commit is contained in:
@ -29,7 +29,7 @@
|
||||
state: restarted
|
||||
listen: kubernetes_restart
|
||||
when: |-
|
||||
{%- if
|
||||
not (
|
||||
nfc_kubernetes_no_restart
|
||||
or
|
||||
(
|
||||
@ -49,8 +49,5 @@
|
||||
and
|
||||
nfc_kubernetes_no_restart_slave
|
||||
)
|
||||
-%}
|
||||
false
|
||||
{%- else -%}
|
||||
true
|
||||
{%- endif %}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user