Replace matrix-common-after systemd service management with com.devture.ansible.role.systemd_service_manager
This commit is contained in:
@ -1,15 +1,5 @@
|
||||
---
|
||||
|
||||
- ansible.builtin.import_tasks: "{{ role_path }}/tasks/start.yml"
|
||||
when: run_start | bool
|
||||
tags:
|
||||
- start
|
||||
|
||||
- ansible.builtin.import_tasks: "{{ role_path }}/tasks/stop.yml"
|
||||
when: run_stop | bool
|
||||
tags:
|
||||
- stop
|
||||
|
||||
- ansible.builtin.import_tasks: "{{ role_path }}/tasks/run_docker_prune.yml"
|
||||
tags:
|
||||
- run-docker-prune
|
||||
|
Reference in New Issue
Block a user