mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2026-09-19 13:39:07 +02:00
ansible-lint 6.5.0 complains about:
name: All names should start with an
uppercase letter. (name[casing])
3 lines
62 B
YAML
3 lines
62 B
YAML
- name: Reload postfwd
|
|
service: name=postfwd state=reloaded
|