Files
fedora-infra_ansible/roles/docker-distribution/handlers/main.yml
Ryan Lerch 691adee6ee Fix name[casing] ansible-lint issues
fix 1900 failures of the following case issue:

`name[casing]: All names should start with an uppercase letter.`

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2025-01-14 20:20:07 +10:00

5 lines
132 B
YAML

---
# handlers file for docker-distribution
- name: Restart docker-distribution
service: name=docker-distribution state=restarted