Install higher docker module

This commit is contained in:
Werner Dijkerman
2018-03-01 17:50:02 +01:00
parent 1d413000a4
commit 316772ba64
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ services:
- docker
install:
- pip install molecule==2.8.2 ansible docker
- pip install molecule ansible docker<3.0
script:
- molecule --version

View File

@ -3,7 +3,7 @@
hosts: localhost
connection: local
gather_facts: False
#no_log: "{{ not lookup('env', 'MOLECULE_DEBUG') | bool }}"
no_log: "{{ not lookup('env', 'MOLECULE_DEBUG') | bool }}"
vars:
molecule_file: "{{ lookup('env', 'MOLECULE_FILE') }}"
molecule_ephemeral_directory: "{{ lookup('env', 'MOLECULE_EPHEMERAL_DIRECTORY') }}"