We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3820fd commit e168ea0Copy full SHA for e168ea0
chatops_deployment/ansible/roles/chatops/tasks/main.yml
@@ -45,7 +45,7 @@
45
- name: Start ChatOps container
46
community.docker.docker_container:
47
image: "{{ chatops_image }}"
48
- name: "chatops-{{ count }}"
+ name: "chatops"
49
pull: always
50
state: started
51
restart: true
0 commit comments