diff options
author | binary <me@rgoncalves.se> | 2020-11-02 13:19:51 +0100 |
---|---|---|
committer | binary <me@rgoncalves.se> | 2020-11-02 13:19:51 +0100 |
commit | 1e059c8be273e090ed27a198e1b7b7ca5c0257b3 (patch) | |
tree | 3eecd65af9a28b2bfeaf3548c44888b96d181b8a /play-update.yml | |
parent | 9b4de351b435da646ea99ff3c79e78943eedde76 (diff) | |
download | infrastructure-1e059c8be273e090ed27a198e1b7b7ca5c0257b3.tar.gz |
Remove bloated functionnalities
Diffstat (limited to 'play-update.yml')
-rw-r--r-- | play-update.yml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/play-update.yml b/play-update.yml deleted file mode 100644 index cb855ec..0000000 --- a/play-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 - |