Skip to content

Commit 88b9a1d

Browse files
asm0deyphp-coder
authored andcommitted
ci: removes E303 Using command rather than module
After migration to systemd module (and newer ansible) this should be fixed of course. But currently this is the only supported way to reload systemd daemon
1 parent fd4860e commit 88b9a1d

File tree

1 file changed

+1
-1
lines changed
  • vagrant/provisioning/roles/mystamps-app/handlers

1 file changed

+1
-1
lines changed

vagrant/provisioning/roles/mystamps-app/handlers/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# @todo #399 mystamps-app: use systemd module
44
# (requires ansible 2.2+)
5-
- name: Reloading systemd service
5+
- name: Reloading systemd service # noqa 303
66
command:
77
systemctl daemon-reload
88

0 commit comments

Comments
 (0)