Skip to content

Commit 9cce4d1

Browse files
committed
Fix broken test build for rolling deployments; ensure Ping is installed.
1 parent d2f335d commit 9cce4d1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/deployments-rolling.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,11 @@
77
groups: nodejs-api
88
changed_when: false
99

10+
- name: Update the apt cache.
11+
apt: update_cache=yes cache_valid_time=600
12+
13+
- name: Ensure ping is present.
14+
apt: name=iputils-ping state=present
15+
1016
- import_playbook: ../deployments-rolling/playbooks/provision.yml
1117
- import_playbook: ../deployments-rolling/playbooks/deploy.yml

0 commit comments

Comments
 (0)