Files
homelab-infrastructure/ansible/roles/common/tasks/packages.yaml
T

6 lines
112 B
YAML

- name: Install Python 3 Dependencies
ansible.builtin.apt:
pkg:
- python3-debian
state: present