mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-21 19:07:43 -02:30
Remove apt-get update
This commit is contained in:
@@ -11,9 +11,6 @@ env:
|
|||||||
- SITE=cluster.yml ANSIBLE_VERSION=2.0.0
|
- SITE=cluster.yml ANSIBLE_VERSION=2.0.0
|
||||||
- SITE=cluster.yml ANSIBLE_VERSION=1.9.4
|
- SITE=cluster.yml ANSIBLE_VERSION=1.9.4
|
||||||
|
|
||||||
before_install:
|
|
||||||
- sudo apt-get update -qq
|
|
||||||
|
|
||||||
install:
|
install:
|
||||||
# Install Ansible.
|
# Install Ansible.
|
||||||
- sudo -H pip install ansible==${ANSIBLE_VERSION}
|
- sudo -H pip install ansible==${ANSIBLE_VERSION}
|
||||||
|
|||||||
Reference in New Issue
Block a user