add nwg-hello
This commit is contained in:
9
tasks/config/nwg_hello.yml
Normal file
9
tasks/config/nwg_hello.yml
Normal 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) }}"
|
||||
Reference in New Issue
Block a user