commit
2cbbcee351
|
@ -33,6 +33,12 @@
|
|||
always_run: True
|
||||
tags: always
|
||||
|
||||
- name: Update package management cache
|
||||
action:
|
||||
module: "{{ ansible_pkg_mgr }}"
|
||||
update_cache: yes
|
||||
when: ansible_pkg_mgr in ['apt', 'yum']
|
||||
|
||||
- name: Install python-apt for Debian distribs
|
||||
shell: apt-get install -y python-apt
|
||||
when: ansible_os_family == "Debian"
|
||||
|
|
Loading…
Reference in New Issue