mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2026-09-11 02:30:41 +02:00
Add "noqa no-changed-when" tags to handlers using the command module. Perhaps it is wrong of ansible-lint to flag these, since handlers are not the best place to have conditional execution.
3 lines
81 B
YAML
3 lines
81 B
YAML
- name: Apply sysctl settings # noqa no-changed-when
|
|
command: sysctl --system
|