Changed suffix to .cymais.timer

This commit is contained in:
2024-01-10 11:26:00 +01:00
parent b7e3a7f838
commit d8f14a9c36
7 changed files with 12 additions and 12 deletions

View File

@@ -11,7 +11,7 @@ This Ansible role is designed to ensure the health of Docker containers running
- `files/health-docker-container.sh`: The script that checks the container health.
- `tasks/main.yml`: Tasks to create necessary directories, copy scripts, and create systemd service and timer.
- `templates/health-docker-container.cymais.service.j2`: Systemd service template.
- `templates/health-docker-container.timer.j2`: Systemd timer template.
- `templates/health-docker-container.cymais.timer.j2`: Systemd timer template.
- `meta/main.yml`: Meta information declaring dependencies for the role.
## Usage