Skip to content
Snippets Groups Projects
Commit 33135f2a authored by Maxime Brunet's avatar Maxime Brunet
Browse files

k8s/preinstall: Turn AND condition into a list

parent 70b28288
No related branches found
No related tags found
No related merge requests found
......@@ -20,4 +20,6 @@
creates: "{{ inventory_dir }}/credentials"
delegate_to: localhost
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment