diff --git a/ansible.cfg b/ansible.cfg index 905e3c64897217cd1b88acde10920ae04c7c6011..a33a906b7db5fa209df2b129eff0b36c42f661d9 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -2,7 +2,7 @@ library = library host_key_checking = False retry_files_enabled = False -roles_path = .molecule/roles:.molecule/../roles:../:../../ +roles_path = ../:.molecule/roles:.molecule/../roles:../../ command_warnings = True deprecation_warnings = True callback_whitelist = profile_tasks diff --git a/tests/requirements.txt b/tests/requirements.txt index 497d43068abcde060d092a5241d0a3ddac24b589..e48b249b4899c9d8170a65953599aa44c633517f 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -8,4 +8,4 @@ python-vagrant==0.5.14 docker-py==1.10.6 netaddr==0.7.18 passlib==1.7.0 -bcrypt==3.1.1 +bcrypt==3.1.2