diff --git a/.travis.yml b/.travis.yml index 705313d..c16416e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,17 +20,6 @@ env: - ANSIBLE_VERSION=2.0.0.1 - ANSIBLE_VERSION=2.0.0.0 - ANSIBLE_VERSION=1.9.6 - - ANSIBLE_VERSION=1.9.5 - - ANSIBLE_VERSION=1.9.4 - - ANSIBLE_VERSION=1.9.3 - - ANSIBLE_VERSION=1.9.2 - - ANSIBLE_VERSION=1.9.1 - - ANSIBLE_VERSION=1.9.0.1 - - ANSIBLE_VERSION=1.8.4 - - ANSIBLE_VERSION=1.8.3 - - ANSIBLE_VERSION=1.8.2 - - ANSIBLE_VERSION=1.8.1 - - ANSIBLE_VERSION=1.8 branches: only: @@ -44,7 +33,7 @@ before_install: install: # Install Ansible. - - if [ "$ANSIBLE_VERSION" = "latest" ]; then pip install ansible; else pip install --no-binary ansible ansible==$ANSIBLE_VERSION; fi + - if [ "$ANSIBLE_VERSION" = "latest" ]; then pip install ansible; else pip install ansible==$ANSIBLE_VERSION; fi - if [ "$ANSIBLE_VERSION" = "latest" ]; then pip install ansible-lint; fi script: diff --git a/meta/main.yml b/meta/main.yml index b7dbf9a..0f076db 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -5,7 +5,7 @@ galaxy_info: company: Oefenweb.nl B.V. description: Set up (the latest version of) Yarn in Debian-like systems license: MIT - min_ansible_version: 1.8 + min_ansible_version: 1.9.6 platforms: - name: Ubuntu versions: diff --git a/tests/test.yml b/tests/test.yml index fbf8ab6..1ec3c34 100644 --- a/tests/test.yml +++ b/tests/test.yml @@ -2,7 +2,7 @@ --- - hosts: localhost connection: local - sudo: true + become: true pre_tasks: - include: pre.yml roles: diff --git a/tests/vagrant.yml b/tests/vagrant.yml index 389542d..5da531b 100644 --- a/tests/vagrant.yml +++ b/tests/vagrant.yml @@ -2,7 +2,7 @@ --- - hosts: all remote_user: vagrant - sudo: true + become: true pre_tasks: - include: pre.yml roles: