norrowing it down

This commit is contained in:
histausse 2022-03-06 17:38:35 +01:00
parent 61a9070108
commit f3eb3315a7
Signed by: histausse
GPG key ID: 67486F107F62E9E9

View file

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