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
|
state: restarted
|
||||||
listen: kubernetes_restart
|
listen: kubernetes_restart
|
||||||
when: |-
|
when: |-
|
||||||
{%- if
|
not (
|
||||||
nfc_kubernetes_no_restart
|
nfc_kubernetes_no_restart
|
||||||
or
|
or
|
||||||
(
|
(
|
||||||
@ -49,8 +49,5 @@
|
|||||||
and
|
and
|
||||||
nfc_kubernetes_no_restart_slave
|
nfc_kubernetes_no_restart_slave
|
||||||
)
|
)
|
||||||
-%}
|
)
|
||||||
false
|
|
||||||
{%- else -%}
|
|
||||||
true
|
|
||||||
{%- endif %}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user