diff options
Diffstat (limited to 'update.yml')
-rw-r--r-- | update.yml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/update.yml b/update.yml deleted file mode 100644 index cb855ec..0000000 --- a/update.yml +++ /dev/null @@ -1,17 +0,0 @@ -# =========================================================================== # -# __ __ __ -# ____ / /___ ___ __ __ ______ ____/ /___ _/ /____ -# / __ \/ / __ `/ / / / / / / / __ \/ __ / __ `/ __/ _ \ -# / /_/ / / /_/ / /_/ / / /_/ / /_/ / /_/ / /_/ / /_/ __/ -# / .___/_/\__,_/\__, (_) \__,_/ .___/\__,_/\__,_/\__/\___/ -# /_/ /____/ /_/ -# -# =========================================================================== # - ---- -- name: Updates all instances with latest packages from their distribution repositories - strategy: free - hosts: servers - roles: - - update - |