refactor ♻️: Refactor task to use ansible.builtin.apt for compatibility #9

Merged
Jose merged 6 commits from dev into main 2026-02-12 18:29:11 +01:00
Showing only changes of commit 9e1a8c8c9e - Show all commits

View File

@@ -1,6 +1,6 @@
---
- name: utilities | Install required system packages
apt:
ansible.builtin.apt:
name:
- python3
- python3-pip