mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-01 22:11:01 +08:00
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>
5 lines
132 B
YAML
5 lines
132 B
YAML
---
|
|
# handlers file for docker-distribution
|
|
- name: Restart docker-distribution
|
|
service: name=docker-distribution state=restarted
|