Skip to content
Snippets Groups Projects
Commit d3fe4e7b authored by istmxrein's avatar istmxrein
Browse files

Fix error in docker role

parent ebaec5e6
Branches main
No related tags found
No related merge requests found
- name: Pull the latest autoheal image
community.docker.docker_image:
name: "willfarrell/autoheal"
source: pull
- name: Start Autoheal container - name: Start Autoheal container
community.docker.docker_container: community.docker.docker_container:
name: autoheal name: autoheal
image: willfarrell/autoheal image: willfarrell/autoheal
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
environment: env:
- AUTOHEAL_CONTAINER_LABEL=all AUTOHEAL_CONTAINER_LABEL: all
restart_policy: always restart_policy: always
state: started state: started
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment