Skip to content

Commit 57fe7a1

Browse files
committed
chore(deploy.yml): update module name in the comments.
[skip ci]
1 parent 87ec1f1 commit 57fe7a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
state: paused
3434
when: uptimerobot is defined and uptimerobot.monitorid and uptimerobot.apikey
3535

36-
# we can't use service module here because our sudoers allows to execute only exact commands
36+
# we can't use systemd module here because our sudoers allows to execute only exact commands
3737
- name: Stopping service # noqa 301 ignoring this because we're always stopping service before deploy
3838
raw:
3939
sudo systemctl stop mystamps
@@ -47,7 +47,7 @@
4747
mode: '0755'
4848
backup: yes
4949

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

0 commit comments

Comments
 (0)