diff --git a/.travis.yml b/.travis.yml index 9762643b5f37a33c6f602b4d31c5225dc07af751..73d03711e67ed2f475dde972f4e909f099776b74 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,3 +40,4 @@ script: notifications: webhooks: https://galaxy.ansible.com/api/v1/notifications/ email: false + on_failure: never diff --git a/molecule.yml b/molecule.yml index ee741f0f7aded7b0015953564fd30340da1763a0..199581316dc8c798f492d9e6f11a64be018d681c 100644 --- a/molecule.yml +++ b/molecule.yml @@ -37,6 +37,7 @@ vagrant: options: append_platform_to_hostname: yes raw_config_args: + - 'vm.boot_timeout = 600' - 'vm.synced_folder ".", "/vagrant", disabled: true' - 'vbguest.auto_update = false if Vagrant.has_plugin?("vbguest")' - 'landrush.enabled = false if Vagrant.has_plugin?("landrush")' diff --git a/tests/requirements.txt b/tests/requirements.txt index fc43b9a640a4f4c4c75292e61185d25556ae45e7..4048613cd74709b38431e3ad1d4010fcef266f4a 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,10 +1,10 @@ ansible==2.2.1.0 testinfra==1.5.3 -molecule==1.19.1 +molecule==1.20.0 ansible-lint==3.4.10 pre-commit==0.12.2 piprot==0.9.7 python-vagrant==0.5.14 netaddr==0.7.19 -passlib==1.7.0 +passlib==1.7.1 bcrypt==3.1.2