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 83375f7 commit f162c9eCopy full SHA for f162c9e
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