10 lines
442 B
YAML
10 lines
442 B
YAML
- 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) }}"
|