mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-02 01:08:54 -03:30
bump minimal ansible version to 2.8.0 (#5984)
* bump minimal ansible version to 2.8.0 * check ansible version in separate playbook
This commit is contained in:
@@ -1,9 +1,13 @@
|
||||
---
|
||||
- name: Check ansible version
|
||||
import_playbook: ansible_version.yml
|
||||
|
||||
- hosts: localhost
|
||||
strategy: linear
|
||||
vars:
|
||||
mitogen_version: master
|
||||
mitogen_url: https://github.com/dw/mitogen/archive/{{ mitogen_version }}.zip
|
||||
ansible_connection: local
|
||||
tasks:
|
||||
- name: Create mitogen plugin dir
|
||||
file:
|
||||
|
||||
Reference in New Issue
Block a user