removed bool check
Signed-off-by: Matthew Stobbs <matthew.stobbs@ucalgary.ca>
This commit is contained in:
@@ -1,17 +1,9 @@
|
||||
# vim: set filetype=yaml.ansible :
|
||||
---
|
||||
- name: Add nwg-hello
|
||||
when:
|
||||
- nwg_hello_configured is undefined
|
||||
block:
|
||||
- name: Load nwg-hello config
|
||||
ansible.builtin.include_tasks:
|
||||
file: config/nwg_hello.yml
|
||||
- name: Load nwg-hello config
|
||||
ansible.builtin.include_tasks:
|
||||
file: config/nwg_hello.yml
|
||||
|
||||
- name: Append nwg-hello build_deps to sys_pkg
|
||||
ansible.builtin.set_fact:
|
||||
pkg_sys: "{{ pkg_sys + nwg_hello.build_deps }}"
|
||||
|
||||
- name: Append nwg-hello to pkg_src
|
||||
ansible.builtin.set_fact:
|
||||
pkg_src: "{{ pkg_src + ['nwg_hello'] }}"
|
||||
- name: Append nwg-hello build_deps to sys_pkg
|
||||
ansible.builtin.set_fact:
|
||||
pkg_sys: "{{ pkg_sys + nwg_hello.build_deps }}"
|
||||
|
||||
Reference in New Issue
Block a user