refactor ♻️: Refactor task to use ansible.builtin.apt for compatibility
All checks were successful
ansible-lint / Ansible Lint (push) Successful in 12s
Gitleaks Scan / gitleaks (push) Successful in 5s
Markdown Lint / markdown-lint (push) Successful in 5s
ai-reviews / Review PR (pull_request) Successful in 15s
ansible-lint / Ansible Lint (pull_request) Successful in 12s
Gitleaks Scan / gitleaks (pull_request) Successful in 4s
Markdown Lint / markdown-lint (pull_request) Successful in 5s

This refactoring updates the task to use `ansible.builtin.apt` instead of the deprecated module, ensuring compatibility with newer versions of Ansible.
This commit is contained in:
2026-02-12 18:17:43 +01:00
parent e2f992a2fa
commit 9e1a8c8c9e

View File

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