Add task to stop unused services

This commit is contained in:
Tobias Reisinger 2024-10-13 23:20:11 +02:00
parent dbb3075c82
commit e68f2f2cec
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
2 changed files with 28 additions and 0 deletions

View file

@ -30,3 +30,14 @@
tags:
- caddy
- never
- name: Stop unused services
ansible.builtin.include_tasks:
file: tasks/stop-unused.yml
apply:
tags:
- cleanup
- always
tags:
- cleanup
- always