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

7 lines
116 B
YAML

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