mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2025-01-18 08:06:16 +01:00
ansible-lint 6.5.0 complains about: name: All names should start with an uppercase letter. (name[casing])
10 lines
217 B
YAML
10 lines
217 B
YAML
- name: Daemon reload
|
|
systemd:
|
|
daemon-reload: true
|
|
|
|
- name: Restart php-fpm@{{ aurweb_user }}
|
|
service: name=php-fpm@{{ aurweb_user }} state=restarted
|
|
|
|
- name: Restart sshd
|
|
service: name=sshd state=restarted
|