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 ...@@ -61,7 +61,6 @@ curl -X GET "https://api.digitalocean.com/v2/account/keys" -H "Authorization: Be
- name: Update and upgrade packages - name: Update and upgrade packages
ansible.builtin.apt: ansible.builtin.apt:
upgrade: True upgrade: True
force_apt_get: True
update_cache: True update_cache: True
- name: Install dependencies - name: Install dependencies
... ...
......