f5devcentral / ansible-role-f5_atc_deploy_declaration

Ansible role used to deploy declaratives to F5 Automated Tool Chain services: AS3, DO, and TS
Apache License 2.0
7 stars 11 forks source link

Travis CI build fails because molecule-docker now has to be installed explicitly #38

Open tabernarious opened 3 years ago

tabernarious commented 3 years ago

As of molecule 3.1.1, the docker driver (molecule-docker) has been separated from molecule and needs to be installed explicitly.

.travis.yml needs to be updated to include moledule-docker.

install:
  # Install test dependencies.
  - pip install molecule docker yamllint flake8 ansible-lint molecule-docker

References

https://github.com/ansible-community/molecule/issues/2891 https://github.com/ansible-community/molecule/pull/2811