Skip to content
Snippets Groups Projects
Unverified Commit 76a89039 authored by Antoine Legrand's avatar Antoine Legrand Committed by GitHub
Browse files

Merge pull request #2285 from jasdeep-hundal/do_not_install_python_apt

Remove redundant python-apt install
parents e2f083f8 f57abae0
No related branches found
No related tags found
No related merge requests found
...@@ -147,10 +147,8 @@ ...@@ -147,10 +147,8 @@
tags: bootstrap-os tags: bootstrap-os
- name: Install latest version of python-apt for Debian distribs - name: Update package management cache (APT)
apt: apt:
name: python-apt
state: latest
update_cache: yes update_cache: yes
cache_valid_time: 3600 cache_valid_time: 3600
when: ansible_os_family == "Debian" when: ansible_os_family == "Debian"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment