Indexer securityadmin task updated

This commit is contained in:
Gonzalo Acuña 2022-02-17 08:22:57 -03:00
parent 7a8ef4f293
commit e51e893556
No known key found for this signature in database
GPG Key ID: 646BA79A313A2270

View File

@ -93,7 +93,9 @@
-key {{ indexer_conf_path }}/certs/admin-key.pem
-h {{ target_address }}
retries: 2
delay: 5 # noqa 301
delay: 5
register: result
until: result.rc == 0
- name: Create custom user
uri: