Skip to content
Snippets Groups Projects
Commit 49af1f99 authored by Maxime Guyot's avatar Maxime Guyot Committed by Kubernetes Prow Robot
Browse files

Fix ansible-lint e601 in create-vms (#4561)

parent a6dc50e7
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
kind: Namespace kind: Namespace
state: present state: present
register: create_ci_ns register: create_ci_ns
failed_when: create_ci_ns.changed == false failed_when: not create_ci_ns.changed
- name: "Create temp dir /tmp/{{ test_name }} for CI files" - name: "Create temp dir /tmp/{{ test_name }} for CI files"
file: file:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment