Prepare redhat like systems with dnf5 for ansible's dnf5 module
Find a file
2024-11-28 12:27:36 +01:00
meta Initial commit 2024-11-28 12:27:36 +01:00
tasks Initial commit 2024-11-28 12:27:36 +01:00
.gitignore Initial commit 2024-11-28 12:27:36 +01:00
prepare-dnf5.yml Initial commit 2024-11-28 12:27:36 +01:00
README.md Initial commit 2024-11-28 12:27:36 +01:00

prepare-dnf5

Prepare system for ansible's dnf5 module

Requirements

  • none

Role Variables

  • none

Dependencies

  • none

Example Playbook

- hosts: all
  roles:
     - role: prepare-dnf5
       when: ansible_pkg_mgr == "dnf5"

License

AGPL3.0-or-later

Author Information