mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-15 10:10:03 -03:30
Assert if ansible 2.7 is used (#3589)
This commit is contained in:
committed by
k8s-ci-robot
parent
7abd4eeafd
commit
90d8f7aa6a
@@ -19,6 +19,12 @@ To deploy the cluster you can use :
|
||||
|
||||
### Ansible
|
||||
|
||||
#### Ansible version
|
||||
|
||||
Ansible v2.7.0 is failing and/or produce unexpected results due to [ansible/ansible/issues/46600](https://github.com/ansible/ansible/issues/46600)
|
||||
|
||||
#### Usage
|
||||
|
||||
# Install dependencies from ``requirements.txt``
|
||||
sudo pip install -r requirements.txt
|
||||
|
||||
|
||||
Reference in New Issue
Block a user