tychobrouwer.upgrade_packages

Upgrade packages

The role upgrades all packages on the system. It can also clean and autoremove

Role Variables

If clean should be run on APT systems can be set with the upgrade_packages_clean variable.

If package autoremove should be run can be set with the upgrade_packages_autoremove variable.

Example Playbook

    - hosts: all
      roles:
         - { role: tychobrouwer.upgrade_packages }
         - { role: tychobrouwer.upgrade_packages, upgrade_packages_clean: true, upgrade_packages_autoremove: true }

License

BSD

Author Information

An optional section for the role authors to include contact information, or a website (HTML is not allowed).

About

Update and upgrade all pacakges

Install
ansible-galaxy install tychobrouwer.upgrade_packages
GitHub repository
License
Unknown
Downloads
195