Skip to content

Commit 21c79b4

Browse files
committed
chore: remove suppressions of ansible-lint rules
Should be in adfacfe commit. Relate to #1669 [skip ci]
1 parent a09f371 commit 21c79b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/scripts/ci/ansible/deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
when: uptimerobot is defined and uptimerobot.monitorid and uptimerobot.apikey
7272

7373
# we can't use systemd module here because our sudoers allows to execute only exact commands
74-
- name: Stopping service # noqa 301 ignoring this because we're always stopping service before deploy
74+
- name: Stopping service
7575
raw:
7676
sudo systemctl stop mystamps
7777

@@ -86,7 +86,7 @@
8686
backup: yes
8787

8888
# we can't use systemd module here because our sudoers allows to execute only exact commands
89-
- name: Starting service # noqa 301 ignoring this because we're always starting service after deploy
89+
- name: Starting service
9090
raw:
9191
sudo systemctl start mystamps
9292

0 commit comments

Comments
 (0)