blob: cb855ecff2911dde5d8384215d03d293d240d90a (
plain) (
tree)
|
|
# =========================================================================== #
# __ __ __
# ____ / /___ ___ __ __ ______ ____/ /___ _/ /____
# / __ \/ / __ `/ / / / / / / / __ \/ __ / __ `/ __/ _ \
# / /_/ / / /_/ / /_/ / / /_/ / /_/ / /_/ / /_/ / /_/ __/
# / .___/_/\__,_/\__, (_) \__,_/ .___/\__,_/\__,_/\__/\___/
# /_/ /____/ /_/
#
# =========================================================================== #
---
- name: Updates all instances with latest packages from their distribution repositories
strategy: free
hosts: servers
roles:
- update
|