mirror of
https://github.com/vale981/matrix-docker-ansible-deploy
synced 2025-03-06 10:21:40 -05:00
Merge pull request #448 from Jozian/skype-fix-self-build-var
Add global var to control skype image self build
This commit is contained in:
commit
b9a72310bd
1 changed files with 2 additions and 0 deletions
|
@ -301,6 +301,8 @@ matrix_mautrix_whatsapp_login_shared_secret: "{{ matrix_synapse_ext_password_pro
|
||||||
# We don't enable bridges by default.
|
# We don't enable bridges by default.
|
||||||
matrix_mx_puppet_skype_enabled: false
|
matrix_mx_puppet_skype_enabled: false
|
||||||
|
|
||||||
|
matrix_mx_puppet_skype_container_image_self_build: "{{ matrix_container_images_self_build }}"
|
||||||
|
|
||||||
matrix_mx_puppet_skype_systemd_required_services_list: |
|
matrix_mx_puppet_skype_systemd_required_services_list: |
|
||||||
{{
|
{{
|
||||||
['docker.service']
|
['docker.service']
|
||||||
|
|
Loading…
Add table
Reference in a new issue