add nwg-hello

This commit is contained in:
Matthew Stobbs
2025-03-11 21:20:14 -06:00
parent a7bb81db9c
commit a9d817ce05
6 changed files with 181 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
- 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(false) }}"