trying to fix pkg_sys var
Signed-off-by: Matthew Stobbs <matthew.stobbs@ucalgary.ca>
This commit is contained in:
@@ -41,10 +41,6 @@
|
||||
- yml
|
||||
name: srcconfig
|
||||
|
||||
- name: Dump packages list
|
||||
debug:
|
||||
var: packages
|
||||
|
||||
- name: Generate package installation lists
|
||||
loop: "{{ packages | unique }}"
|
||||
loop_control:
|
||||
@@ -52,12 +48,13 @@
|
||||
ansible.builtin.include_tasks:
|
||||
file: addpkg.yml
|
||||
|
||||
- name: End playbook
|
||||
meta: end_play
|
||||
|
||||
- name: Flush handlers to ensure dependencies are installed
|
||||
ansible.builtin.meta: flush_handlers
|
||||
|
||||
- name: Dump pkg_sys
|
||||
debug:
|
||||
var: pkg_sys
|
||||
|
||||
- name: Add needed packages for Fedora
|
||||
when:
|
||||
- ansible_distribution == 'Fedora'
|
||||
|
||||
Reference in New Issue
Block a user