aboutsummaryrefslogtreecommitdiff
path: root/ansible/playbooks/update_system.yml
blob: ba3fb8400956287b63494f2bced6bc8f388e5e4c (plain)
1
2
3
4
5
6
7
---
- name: Update the server
  hosts: all
  become: true
  roles:
    - update_system
...