Ansible BuildAnsible Build
Home
Roles
Scripts
Mint System
Chat
GitHub
Home
Roles
Scripts
Mint System
Chat
GitHub
  • Update role

    • Requires
    • Usage
update logo

Update role

Install system and package updates.

Requires

The Ansible Update role supports these package managers:

  • apt (Debian, Ubuntu)
  • yum (CentOS)
  • zypper (SLES)
  • dnf (AlmaLinux, RHEL)

Usage

Configure the role.

update: true
reboot_allowed: true

And include it in your playbook.

- hosts: update
  roles:
  - role: update
Edit this page
Last Updated:
Contributors: Janik von Rotz