Files
Evangelos Foutras 4ae73a93be ansible-lint: address no-changed-when fatal errors
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.
2023-03-26 16:57:00 +03:00

6 lines
198 B
YAML

- name: Upgrade database # noqa no-changed-when
become: true
become_user: security
command: /usr/bin/make db-upgrade chdir="{{ security_tracker_dir }}"
listen: Post security-tracker deploy