fixing formatting and dependencies
This commit is contained in:
@@ -3,11 +3,8 @@
|
||||
file: python3.yml
|
||||
name: _python3
|
||||
- ansible.builtin.set_fact:
|
||||
pkgconfig:
|
||||
python3: "{{ _python3 | ansible.builtin.combine(pkgconfig.python3) }}"
|
||||
pkgconfig_python3: "{{ _python3 | ansible.builtin.combine(pkgconfig.python3) }}"
|
||||
|
||||
- name: append to pkgs
|
||||
set_fact:
|
||||
syspkgs: "{{ syspkgs + pkgconfig.python3.pkgs[ansible_system] }}"
|
||||
tags:
|
||||
- packages
|
||||
ansible.builtin.set_fact:
|
||||
syspkgs: "{{ syspkgs + pkgconfig_python3.pkgs[ansible_system] }}"
|
||||
|
||||
Reference in New Issue
Block a user