Update DataPool Deploy Automation authored by Christian Foerster's avatar Christian Foerster
......@@ -61,7 +61,6 @@ curl -X GET "https://api.digitalocean.com/v2/account/keys" -H "Authorization: Be
- name: Update and upgrade packages
ansible.builtin.apt:
upgrade: True
force_apt_get: True
update_cache: True
- name: Install dependencies
......
......