aboutsummaryrefslogtreecommitdiffstats
path: root/play-update.yml
blob: cb855ecff2911dde5d8384215d03d293d240d90a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# =========================================================================== #
#               __                                 __      __     
#        ____  / /___ ___  __     __  ______  ____/ /___ _/ /____ 
#       / __ \/ / __ `/ / / /    / / / / __ \/ __  / __ `/ __/ _ \
#      / /_/ / / /_/ / /_/ /    / /_/ / /_/ / /_/ / /_/ / /_/  __/
#     / .___/_/\__,_/\__, (_)   \__,_/ .___/\__,_/\__,_/\__/\___/ 
#    /_/            /____/          /_/
#
# =========================================================================== #

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

remember that computers suck.