Преглед изворни кода

Fix inconsistent spacing

pull/1606/head
Slavi Pantaleev пре 4 година
committed by GitHub
родитељ
комит
5addb889b1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      roles/matrix-awx/tasks/set_variables_dimension.yml

+ 1
- 1
roles/matrix-awx/tasks/set_variables_dimension.yml Прегледај датотеку

@@ -14,7 +14,7 @@


- name: Collect access token of @admin-dimension user - name: Collect access token of @admin-dimension user
shell: | shell: |
curl -X POST --header 'Content-Type: application/json' -d '{ "identifier": { "type": "m.id.user","user": "admin-dimension"}, "password": "{{ awx_dimension_user_password }}", "type": "m.login.password"}' 'https://matrix.{{ matrix_domain }}/_matrix/client/r0/login' | jq -c '. | {access_token}' | sed 's/.*\":\"//' | sed 's/\"}//'
curl -X POST --header 'Content-Type: application/json' -d '{"identifier": {"type": "m.id.user","user": "admin-dimension"}, "password": "{{ awx_dimension_user_password }}", "type": "m.login.password"}' 'https://matrix.{{ matrix_domain }}/_matrix/client/r0/login' | jq -c '. | {access_token}' | sed 's/.*\":\"//' | sed 's/\"}//'
register: awx_dimension_user_access_token register: awx_dimension_user_access_token


- name: Record Synapse variables locally on AWX - name: Record Synapse variables locally on AWX


Loading…
Откажи
Сачувај