Skip to content

Commit 89977a1

Browse files
committed
Update ansible playbook
1 parent 854bdec commit 89977a1

File tree

1 file changed

+1
-1
lines changed
  • ansible/roles/remove-old-ecs-pr-deploys/tasks

1 file changed

+1
-1
lines changed

ansible/roles/remove-old-ecs-pr-deploys/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
terraform_lock_timeout_mins: 0
3535

3636
- name: maybe remove deployment
37-
include: remove-ecs-deployment.yml
37+
include_tasks: remove-ecs-deployment.yml
3838
with_list: "{{ ns_service_tuples }}"
3939
loop_control:
4040
loop_var: ns_service_tuple

0 commit comments

Comments
 (0)