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:
Sergey
2020-04-22 23:33:44 +03:00
committed by GitHub
parent b0484fe3e5
commit aead0e3a69
8 changed files with 31 additions and 78 deletions

View File

@@ -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: