We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a09f371 commit 21c79b4Copy full SHA for 21c79b4
src/main/scripts/ci/ansible/deploy.yml
@@ -71,7 +71,7 @@
71
when: uptimerobot is defined and uptimerobot.monitorid and uptimerobot.apikey
72
73
# 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
+ - name: Stopping service
75
raw:
76
sudo systemctl stop mystamps
77
@@ -86,7 +86,7 @@
86
backup: yes
87
88
89
- - name: Starting service # noqa 301 ignoring this because we're always starting service after deploy
+ - name: Starting service
90
91
sudo systemctl start mystamps
92
0 commit comments