Explorar o código

eval csv_kill correctly

Grega Bremec hai 7 meses
pai
achega
522db62c56
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      playbooks/roles/remove-operators/tasks/main.yml

+ 1 - 1
playbooks/roles/remove-operators/tasks/main.yml

@@ -64,5 +64,5 @@
     delete_all: true
     state: absent
   ignore_errors: yes
-  when: csv_kill
+  when: role.csv_kill
 ...