ansible-lint reads like this: name[casing]: All names should start with an uppercase letter. While at it: Some task/handler names were slightly adapted to better match what should be done.
6 lines
117 B
YAML
6 lines
117 B
YAML
# Handlers for role apache_letsencrypt
|
|
---
|
|
- name: Restart apache2
|
|
service:
|
|
name: apache2
|
|
state: restarted
|