Skip to main content

Update Role

This Ansible role can be used to update systems with dnf.


Variables

VariablesTypeOptionsDefaults
update_package_names:list---*
update_package_security_only:boolfalse, truefalse
update_package_bugfix_only:boolfalse, truefalse

Example Playbook

- name: Import update Role
hosts: all
roles:
- role: giftpilz0.general.update