2019-12-21 18:11:30 +01:00
|
|
|
---
|
|
|
|
- name: Prepare
|
|
|
|
hosts: all
|
|
|
|
tasks:
|
2020-02-22 15:33:12 +01:00
|
|
|
- name: Ensure apt cache is updated
|
2020-12-12 15:27:59 +01:00
|
|
|
ansible.builtin.apt:
|
2020-02-22 15:33:12 +01:00
|
|
|
update_cache: true
|
|
|
|
when: ansible_pkg_mgr == 'apt'
|