mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-06 02:37:31 +01:00
GoMatrixHosting v0.6.3 hotfix2
This commit is contained in:
parent
75cfad57ca
commit
725150565a
@ -63,19 +63,15 @@
|
|||||||
mode: '0770'
|
mode: '0770'
|
||||||
when: awx_customise_base_domain_website is defined
|
when: awx_customise_base_domain_website is defined
|
||||||
|
|
||||||
- name: Check if Discord AppService invite file exists
|
|
||||||
stat:
|
|
||||||
path: /matrix/appservice-discord/config/invite_link
|
|
||||||
register: awx_discord_appservice_link_file
|
|
||||||
when: ( awx_appservice_discord_admin_user is defined )
|
|
||||||
|
|
||||||
- name: Collect Discord AppService bot invite link if file exists
|
- name: Collect Discord AppService bot invite link if file exists
|
||||||
command:
|
command:
|
||||||
cat /matrix/appservice-discord/config/invite_link
|
cat /matrix/appservice-discord/config/invite_link
|
||||||
register: awx_discord_appservice_link
|
register: awx_discord_appservice_link
|
||||||
when: ( awx_discord_appservice_link_file.stat.exists == true ) and ( awx_appservice_discord_admin_user is defined )
|
when: awx_appservice_discord_admin_user is defined
|
||||||
|
args:
|
||||||
|
removes: /matrix/appservice-discord/config/invite_link
|
||||||
|
|
||||||
- name: Print Discord AppService bot link for user
|
- name: Print Discord AppService bot link for user
|
||||||
debug:
|
debug:
|
||||||
msg: "{{ awx_discord_appservice_link.stdout }}"
|
msg: "{{ awx_discord_appservice_link.stdout }}"
|
||||||
when: awx_discord_appservice_link is defined
|
when: awx_discord_appservice_link.stdout is defined
|
||||||
|
Loading…
Reference in New Issue
Block a user