File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11---
2- - name : " restart container {{ container_name }} "
2+ - name : " restart container"
33 service :
44 name : ' {{ service_name }}.service'
55 state : restarted
Original file line number Diff line number Diff line change 77 group : root
88 mode : ' 0600'
99 when : container_env is defined
10- notify : restart container {{ container_name }}
10+ notify : restart container
1111
1212- name : Pull image {{ container_image }}
1313 community.docker.docker_image :
1414 name : ' {{ container_image }}'
1515 force_source : ' {{ container_docker_pull_force_source | bool }}'
1616 source : pull
1717 when : container_docker_pull
18- notify : restart container {{ container_name }}
18+ notify : restart container
1919
2020- name : Create unit {{ service_name }}.service
2121 template :
2424 owner : root
2525 group : root
2626 mode : ' 0644'
27- notify : restart container {{ container_name }}
27+ notify : restart container
2828
2929- name : Enable and start {{ container_name }}
3030 systemd :
You can’t perform that action at this time.
0 commit comments