Update Apt cache

This commit is contained in:
Scott Wallace 2019-09-19 19:05:06 +01:00
parent 462108a372
commit 0ed1030e55

View file

@ -14,4 +14,5 @@
apt_repository: apt_repository:
state: present state: present
repo: "{{ repo.data }}" repo: "{{ repo.data }}"
update_cache: yes
become: true become: true