10 lines
261 B
YAML
10 lines
261 B
YAML
# vim: set filetype=yaml.ansible :
|
|
---
|
|
- 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 }}"
|