File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/scripts/ci/ansible Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 33
33
state : paused
34
34
when : uptimerobot is defined and uptimerobot.monitorid and uptimerobot.apikey
35
35
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
37
37
- name : Stopping service # noqa 301 ignoring this because we're always stopping service before deploy
38
38
raw :
39
39
sudo systemctl stop mystamps
47
47
mode : ' 0755'
48
48
backup : yes
49
49
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
51
51
- name : Starting service # noqa 301 ignoring this because we're always starting service after deploy
52
52
raw :
53
53
sudo systemctl start mystamps
You can’t perform that action at this time.
0 commit comments