docker_systemd_service/meta/main.yml
Bertrand Lanson f39e1f95d0
fix: handlers running in unpredictable ways
this patch adds support for in-role management of reload and restarts of the systemd service
it also adds support for ubuntu 24
2024-11-09 11:04:13 +01:00

27 lines
537 B
YAML

---
# meta file for docker_systemd_service
galaxy_info:
namespace: "ednz_cloud"
role_name: "docker_systemd_service"
author: "Bertrand Lanson"
description: "Create Systemd services for docker containers."
license: "license (BSD, MIT)"
min_ansible_version: "2.10"
platforms:
- name: Ubuntu
versions:
- focal
- jammy
- noble
- name: Debian
versions:
- bullseye
- bookworm
galaxy_tags:
- "ubuntu"
- "debian"
- "docker"
- "systemd"
dependencies: []