mirror of
https://github.com/geerlingguy/ansible-for-devops.git
synced 2024-05-19 06:50:03 +00:00
Fix broken test build for rolling deployments; ensure Ping is installed.
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user