Skip to content

Commit e168ea0

Browse files
committed
BUG: remove count from containers
We are only deploying one container. This was missed in a previous PR and needs to be removed.
1 parent c3820fd commit e168ea0

File tree

1 file changed

+1
-1
lines changed
  • chatops_deployment/ansible/roles/chatops/tasks

1 file changed

+1
-1
lines changed

chatops_deployment/ansible/roles/chatops/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
- name: Start ChatOps container
4646
community.docker.docker_container:
4747
image: "{{ chatops_image }}"
48-
name: "chatops-{{ count }}"
48+
name: "chatops"
4949
pull: always
5050
state: started
5151
restart: true

0 commit comments

Comments
 (0)