diff --git a/tests/deployments-rolling.yml b/tests/deployments-rolling.yml index c4936ea..df4038f 100644 --- a/tests/deployments-rolling.yml +++ b/tests/deployments-rolling.yml @@ -7,5 +7,11 @@ groups: nodejs-api changed_when: false + - name: Update the apt cache. + apt: update_cache=yes cache_valid_time=600 + + - name: Ensure ping is present. + apt: name=iputils-ping state=present + - import_playbook: ../deployments-rolling/playbooks/provision.yml - import_playbook: ../deployments-rolling/playbooks/deploy.yml \ No newline at end of file