fix Debian apt-get update

This commit is contained in:
Nicolas Lastra 2021-10-14 21:26:34 -03:00
parent 3afe577d91
commit 1a2199779c
No known key found for this signature in database
GPG Key ID: 749E0D60DEC5E4D8

View File

@ -9,6 +9,10 @@
# ]
# state: present
- name: Update cache
apt:
update_cache: yes
- name: Add openjdk repository
apt_repository:
repo: "{{ package_repos.apt.openjdk.baseurl }}"