Files
ansible_role_package/tasks/config/nwg_hello.yml
2025-03-31 18:15:07 -06:00

12 lines
493 B
YAML

# vim: set filetype=yaml.ansible :
---
- name: Set nwg-hello configuration
ansible.builtin.set_fact:
nwg_hello:
vers: "{{ pkgconfig.nwg_hello.version }}"
git_repo: "{{ pkgconfig.nwg_hello.git_repo }}"
installed_files: "{{ pkgconfig.nwg_hello.build_installed_files }}"
git_path: "{{ d_tempdir.path }}/nwg-hello"
build_deps: "{{ pkgconfig.nwg_hello.bulid_deps[ansible_os_family] }}"
clean: "{{ pkgconfig_nwg_hello_clean | default(default.clean_src) }}"