diff options
author | binary <me@rgoncalves.se> | 2020-07-13 13:35:34 +0200 |
---|---|---|
committer | binary <me@rgoncalves.se> | 2020-07-13 13:35:34 +0200 |
commit | bac554ea3652f7dc3a100be3bc3e9a0be27a0222 (patch) | |
tree | 211a981e0cf0d183736ef751c01b73c3f7159f26 | |
parent | 68c01a04cd6268c1dee66678c258cd4c240d5bb1 (diff) | |
download | infrastructure-bac554ea3652f7dc3a100be3bc3e9a0be27a0222.tar.gz |
Renamed update role
-rw-r--r-- | play-update.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/play-update.yml b/play-update.yml index 35267a4..cb855ec 100644 --- a/play-update.yml +++ b/play-update.yml @@ -13,5 +13,5 @@ strategy: free hosts: servers roles: - - setup_update + - update |