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

    • Usage
update logo

Update role

Install system and package updates.

The Ansible Update role supports these package managers:

  • apt
  • yum
  • zypper
  • dnf

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