mirror of
https://github.com/dj-wasabi/ansible-telegraf.git
synced 2025-07-17 08:46:37 +00:00
Install higher docker module
This commit is contained in:
@ -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
|
||||
|
@ -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') }}"
|
||||
|
Reference in New Issue
Block a user