style 💎: Update package manager to use 'pkg' instead of 'pkf'

Switched from 'pkf' to 'pkg' in the Ansible playbook for installing required packages, ensuring consistency with other package managers.
This commit is contained in:
2025-11-03 19:01:33 +01:00
parent d7efdd1d9a
commit d1961671d2

View File

@@ -1,7 +1,7 @@
---
- name: Install required packages
ansible.builtin.apt:
pkf: "{{ samba_packages }}"
pkg: "{{ samba_packages }}"
state: latest
update_cache: yes
autoclean: yes