This commit is contained in:
Guido Grazioli
2024-03-25 10:19:28 +01:00
parent dd6171f024
commit 3b1534d700
6 changed files with 9 additions and 44 deletions

View File

@@ -13,7 +13,7 @@
- name: "Install packages: {{ packages_to_install }}"
become: true
ansible.builtin.yum:
ansible.builtin.dnf:
name: "{{ packages_to_install }}"
state: present
when: