diff options
Diffstat (limited to 'roles')
-rw-r--r-- | roles/bhyve/tasks/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/bhyve/tasks/main.yml b/roles/bhyve/tasks/main.yml index f47be53..1b41de0 100644 --- a/roles/bhyve/tasks/main.yml +++ b/roles/bhyve/tasks/main.yml @@ -78,7 +78,7 @@ file: path: "{{ item[1].path }}" state: absent - when: bhyve_strict and (item[1].path | basename) not in "{{ valid_vms }}" + when: bhyve_strict and (item[1].path | basename) not in valid_vms with_nested: - "{{ vms }}" - "{{ active_vms.files }}" |