add retry to securityadmin
This commit is contained in:
parent
5c16fee920
commit
5faa3effe0
@ -113,7 +113,8 @@
|
|||||||
-cert {{ indexer_conf_path }}/certs/admin.pem
|
-cert {{ indexer_conf_path }}/certs/admin.pem
|
||||||
-key {{ indexer_conf_path }}/certs/admin-key.pem
|
-key {{ indexer_conf_path }}/certs/admin-key.pem
|
||||||
-h {{ target_address }}
|
-h {{ target_address }}
|
||||||
run_once: true # noqa 301
|
retries: 2
|
||||||
|
delay: 5 # noqa 301
|
||||||
|
|
||||||
- name: Create custom user
|
- name: Create custom user
|
||||||
uri:
|
uri:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user