mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-09 19:58:07 +03:00
k8s/preinstall: Turn AND condition into a list
This commit is contained in:
@@ -20,4 +20,6 @@
|
|||||||
creates: "{{ inventory_dir }}/credentials"
|
creates: "{{ inventory_dir }}/credentials"
|
||||||
delegate_to: localhost
|
delegate_to: localhost
|
||||||
become: no
|
become: no
|
||||||
when: old_credential_dir.stat.exists and not new_credential_dir.stat.exists
|
when:
|
||||||
|
- old_credential_dir.stat.exists
|
||||||
|
- not new_credential_dir.stat.exists
|
||||||
|
|||||||
Reference in New Issue
Block a user