Skip to content

Commit

Permalink
Merge pull request #2285 from jasdeep-hundal/do_not_install_python_apt
Browse files Browse the repository at this point in the history
Remove redundant python-apt install
  • Loading branch information
ant31 authored Feb 15, 2018
2 parents e2f083f + f57abae commit 76a8903
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions roles/kubernetes/preinstall/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,10 +147,8 @@
tags: bootstrap-os


- name: Install latest version of python-apt for Debian distribs
- name: Update package management cache (APT)
apt:
name: python-apt
state: latest
update_cache: yes
cache_valid_time: 3600
when: ansible_os_family == "Debian"
Expand Down

0 comments on commit 76a8903

Please sign in to comment.