Removed dnf

This commit is contained in:
2024-02-15 09:08:45 +05:30
parent a19973c891
commit c543892dc3

View File

@@ -9,12 +9,6 @@
prompt: "State"
private: no
tasks:
- name: Modify state of package in fedora
tags: fedora
ansible.builtin.package:
name: "{{ package_name }}"
state: "{{ state }}"
when: ansible_distribution == 'Fedora'
- name: Modify state of package in debian
tags: debian
apt: