Ansible Role dnf_makecache¶
This role ensures that the DNF-makecache Systemd service and timer are disabled.
Optional Role Variables¶
dnf_makecache__service_enabled
Enables or disables the DNF-makecache service, analogous to
systemctl enable/disable --now.Type: Bool.
Default:
false
dnf_makecache__timer_enabled
Enables or disables the DNF-makecache timer, analogous to
systemctl enable/disable --now.Type: Bool.
Default:
false
Example:
# optional
dnf_makecache__service_enabled: false
dnf_makecache__timer_enabled: false