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:
@@ -1,7 +1,7 @@
|
||||
---
|
||||
- name: Install required packages
|
||||
ansible.builtin.apt:
|
||||
pkf: "{{ samba_packages }}"
|
||||
pkg: "{{ samba_packages }}"
|
||||
state: latest
|
||||
update_cache: yes
|
||||
autoclean: yes
|
||||
|
||||
Reference in New Issue
Block a user