We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 245ad38 commit aed285eCopy full SHA for aed285e
src/main/scripts/ci/ansible/deploy.yml
@@ -34,6 +34,9 @@
34
monitorid: "{{ uptimerobot.monitorid }}"
35
apikey: "{{ uptimerobot.apikey }}"
36
state: paused
37
+ retries: 5
38
+ delay: 1
39
+ ignore_errors: yes
40
when: uptimerobot is defined and uptimerobot.monitorid and uptimerobot.apikey
41
42
# we can't use systemd module here because our sudoers allows to execute only exact commands
@@ -60,5 +63,8 @@
60
63
61
64
62
65
state: started
66
67
68
69
70
0 commit comments