7 lines
169 B
YAML
7 lines
169 B
YAML
# vim: set filetype=yaml.ansible :
|
|
---
|
|
- name: Set python3 config
|
|
ansible.builtin.set_fact:
|
|
python3:
|
|
pkgs: "{{ pkgconfig.python3.pkgs[ansible_os_family] }}"
|