norrowing it down

master
histausse 2 years ago
parent 61a9070108
commit f3eb3315a7
Signed by: histausse
GPG Key ID: 67486F107F62E9E9

@ -56,9 +56,13 @@
- name: decode config file
set_fact:
facebook_config: "{{ encoded_facebook_config.content | b64decode | from_yaml }}"
- name: extract tokens
set_fact:
matrix_bridge_facebook_as_token: "{{ facebook_config.msg.appservice.as_token }}"
matrix_bridge_facebook_hs_token: "{{ facebook_config.msg.appservice.as_token }}"
- name: print config
debug:
msg: "{{ facebook_config }}"
msg: "{{ matrix_bridge_facebook_as_token }}, {{ matrix_bridge_facebook_hs_token }}"
when: register_config.stat.exists
- name: Configure the bridge

Loading…
Cancel
Save