Update to 2.4;Using specific versions of libraries

This commit is contained in:
Werner Dijkerman
2018-05-08 20:09:13 +02:00
parent 3df05b4738
commit b015df26ae
4 changed files with 11 additions and 2 deletions

View File

@ -5,7 +5,7 @@ services:
- docker
install:
- pip install molecule ansible docker==2.7.0
- pip install -r requirements.txt
script:
- molecule --version

View File

@ -5,6 +5,11 @@ Below an overview of all changes in the releases.
Version (Release date)
0.10.0 ()
* Using specific version for tests
* Update minimum Ansible version to 2.4
0.9.0 (2018-05-06)
* plugins: be able to specify the filename of extra plugings #40 (By pull request: gaelL (Thanks!))

View File

@ -4,7 +4,7 @@ galaxy_info:
description: Installing and configuring Telegraf
company:
license: license BSD
min_ansible_version: 1.2
min_ansible_version: 2.4
platforms:
- name: EL
versions:

4
requirements.txt Normal file
View File

@ -0,0 +1,4 @@
ansible==2.4.4.0
docker==3.3.0
molecule==2.13.1
testinfra==1.12.0