diff --git a/.travis.yml b/.travis.yml index 924ef60..86a0c65 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ services: - docker install: - - pip install molecule ansible docker==2.7.0 + - pip install -r requirements.txt script: - molecule --version diff --git a/CHANGELOG.md b/CHANGELOG.md index 9dd90ac..63b0cc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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!)) diff --git a/meta/main.yml b/meta/main.yml index c842486..016e57c 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -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: diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..f3b2021 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,4 @@ +ansible==2.4.4.0 +docker==3.3.0 +molecule==2.13.1 +testinfra==1.12.0