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])
8 lines
175 B
YAML
8 lines
175 B
YAML
- name: Reload dovecot
|
|
service: name=dovecot state=restarted
|
|
|
|
- name: Run sievec
|
|
command: /usr/bin/sievec /etc/dovecot/sieve/{{ item }}
|
|
loop:
|
|
- spam-to-folder.sieve
|