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