removed bool check
Signed-off-by: Matthew Stobbs <matthew.stobbs@ucalgary.ca>
This commit is contained in:
@@ -1,13 +1,5 @@
|
||||
# vim: set filetype=yaml.ansible :
|
||||
---
|
||||
- name: Add targetcli
|
||||
when:
|
||||
- targetcli_configured is undefined
|
||||
block:
|
||||
- name: Append targetcli to pkg_sys
|
||||
ansible.builtin.set_fact:
|
||||
pkg_sys: "{{ pkg_sys + targetcli.pkgs }}"
|
||||
|
||||
- name: Set targetcli_configured
|
||||
ansible.builtin.set_fact:
|
||||
targetcli_configured: true
|
||||
- name: Append targetcli to pkg_sys
|
||||
ansible.builtin.set_fact:
|
||||
pkg_sys: "{{ pkg_sys + targetcli.pkgs }}"
|
||||
|
||||
Reference in New Issue
Block a user