Skip to content

Commit 1475f1d

Browse files
committed
Make chapter 9 deployment example slightly more real.
1 parent c78c5d8 commit 1475f1d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

deployments-balancer/playbooks/deploy.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@
1414
with_items: "{{ groups.balancer }}"
1515

1616
tasks:
17-
- debug: msg="Deployment would be done here."
17+
- name: Wait a short time to simulate a deployment.
18+
pause:
19+
seconds: 10
1820

1921
post_tasks:
2022
- name: Wait for backend to come back up.

0 commit comments

Comments
 (0)