blob: 6dec22dbcfe346ef802c4edf720f69adc3ab239c (
plain)
1
2
3
4
5
6
|
---
- name: Restart xyz # noqa: no-free-form fqcn[action-core]
service: name=xyz state=restarted
# see Issue #165
- name: Command handler issue 165 # noqa: fqcn[action-core] no-changed-when
command: do something
|