mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-19 14:57:43 -02:30
Vault security hardening and role isolation
This commit is contained in:
@@ -94,7 +94,7 @@
|
||||
|
||||
- name: "Set default value for 'container_changed' to false"
|
||||
set_fact:
|
||||
container_changed: "{{pull_required|bool|default(false)}}"
|
||||
container_changed: "{{pull_required|default(false)|bool}}"
|
||||
|
||||
- name: "Update the 'container_changed' fact"
|
||||
set_fact:
|
||||
|
||||
Reference in New Issue
Block a user