Skip to content
Snippets Groups Projects
Commit 8f5eea12 authored by Temur Maisuradze's avatar Temur Maisuradze
Browse files

remove duplicate param and add warn option to the curl command

parent d578219a
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,8 @@
- name: migrate(create) cortex database
remote_user: root
shell: "curl -X POST http://127.0.0.1:9001/api/maintenance/migrate -H 'Content-Type: application/json'"
args:
warn: false
run_once: True
- name: copy json file for admin user creation in cortex container
......@@ -41,7 +43,6 @@
register: cortexadminuserkey
args:
warn: false
run_once: True
- set_fact:
cortexadminuserapikey={{ cortexadminuserkey.stdout }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment