Update apt

This commit is contained in:
Michael Tinsley 2020-12-07 13:46:03 +00:00
parent fd6d58a571
commit c2fdda54f8
1 changed files with 5 additions and 0 deletions

View File

@ -1,4 +1,9 @@
---
- name: Update apt cache
apt:
update_cache: yes
when: ansible_os_family == 'Debian'
- name: Ensure Pip is installed.
package:
name: "{{ pip_package }}"