summaryrefslogtreecommitdiff
path: root/roles/arch/upgrade.yml
blob: 53cabc42f8c96914fc9648d6f21f9cfdcce737ce (plain)
1
2
3
4
5
6
7
8
9
10
---
- name: Full system upgrade
  hosts: arch
  tasks:
    - name: Upgrading all systems
      pacman:
        update_cache: yes
        upgrade: yes
      register: output
    - debug: var=output