Selaa lähdekoodia

Fix inconsistent spacing

pull/1606/head
Slavi Pantaleev 4 vuotta sitten
committed by GitHub
vanhempi
commit
5addb889b1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      roles/matrix-awx/tasks/set_variables_dimension.yml

+ 1
- 1
roles/matrix-awx/tasks/set_variables_dimension.yml Näytä tiedosto

@@ -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


Ladataan…
Peruuta
Tallenna