6 lines
131 B
YAML
6 lines
131 B
YAML
---
|
|
- name: Set python3 config
|
|
ansible.builtin.set_fact:
|
|
python3:
|
|
pkgs: "{{ pkgconfig.python3.pkgs[ansible_system] }}"
|