From 090572afdba387c088c9422b6ee136a0242dbbff Mon Sep 17 00:00:00 2001 From: Matthias Leutenegger Date: Thu, 25 Mar 2021 10:55:15 +0100 Subject: [PATCH 1/2] fix: failing travis builds --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cbc9d8c..9313df7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ env: - MOLECULE_DISTRO: debian10 install: - - pip install molecule docker + - pip install molecule docker molecule-docker - git clone https://github.com/arillso/tests molecule/default/lint before_script: From 59c0ae42e476e271d591d82eb2c711d8dd79ab6f Mon Sep 17 00:00:00 2001 From: Matthias Leutenegger Date: Thu, 25 Mar 2021 11:08:19 +0100 Subject: [PATCH 2/2] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9313df7..afbb79a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ env: - MOLECULE_DISTRO: debian10 install: - - pip install molecule docker molecule-docker + - pip install ansible molecule docker molecule-docker - git clone https://github.com/arillso/tests molecule/default/lint before_script: