This commit is contained in:
Guido Grazioli 2024-05-21 12:35:33 +02:00
parent adfee5f6e1
commit bf1871182b

View file

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