Skip to content
Snippets Groups Projects
Commit f57abae0 authored by jasdeep-hundal's avatar jasdeep-hundal
Browse files

Remove redundant python-apt install

Ansible automatically installs the python-apt package when using
the 'apt' Ansible module, if python-apt is not present. This patch
removes the (unneeded) explicit installation in the Kubespray
'preinstall' role.
parent f19c8e8c
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment