Browse Source
Merge pull request #2285 from jasdeep-hundal/do_not_install_python_apt
Remove redundant python-apt install
pull/2283/merge
Antoine Legrand
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
3 deletions
-
roles/kubernetes/preinstall/tasks/main.yml
|
|
@ -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" |
|
|
|