diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-10-03 20:09:48 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-10-03 20:09:48 +0300 |
commit | afd1c3e576d20ec68fc87f640e0a2114b203191d (patch) | |
tree | 5784adf93c460e509a3c154f5e190c0ed42c33d3 /roles | |
parent | roles/server -> roles/my-server (diff) | |
download | maintenance-afd1c3e576d20ec68fc87f640e0a2114b203191d.tar.gz maintenance-afd1c3e576d20ec68fc87f640e0a2114b203191d.zip |
apt: run apt-get update
Diffstat (limited to 'roles')
-rw-r--r-- | roles/apt/tasks/main.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/apt/tasks/main.yml b/roles/apt/tasks/main.yml index d956b68..5a33688 100644 --- a/roles/apt/tasks/main.yml +++ b/roles/apt/tasks/main.yml @@ -9,6 +9,7 @@ block: - name: Upgrade packages apt: + update_cache: yes upgrade: full notify: reboot |