aboutsummaryrefslogtreecommitdiffstats
path: root/playbooks/update.yml
blob: ca2587edcf1c0da99c7ecbdfa8432dbcc3a8f07c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11

# update.yml

---

- name: Updates all instances with latest packages from their distribution repositories
  strategy: free
  hosts: servers
  roles:
    - update

remember that computers suck.