[ansible] make ansible 5.x the new default version (#8660)

* [ansible] make ansible 5.x the new default version and move different versions tested to nightly jobs

* [CI] jobs were missing proper ansible cleanup
This commit is contained in:
Cristian Calin
2022-03-30 01:36:11 +03:00
committed by GitHub
parent 503ab0f722
commit ef29455652
7 changed files with 17 additions and 18 deletions

View File

@@ -267,7 +267,7 @@ that explains in detail the need and the evolution plan.
You first need to uninstall your old ansible (pre 2.10) version and install the new one.
```ShellSession
pip uninstall ansible
pip uninstall ansible ansible-base ansible-core
cd kubespray/
pip install -U .
```