Matrix Docker Ansible eploy
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

23 lines
383 B

  1. {#
  2. SPDX-FileCopyrightText: 2024 MDAD Team and contributors
  3. SPDX-License-Identifier: AGPL-3.0-or-later
  4. #}
  5. #jinja2: lstrip_blocks: "True"
  6. #!/bin/bash
  7. args=$@
  8. if [ $# -eq 0 ]; then
  9. args="help"
  10. fi
  11. if [ -t 0 ]; then
  12. tty_option="-it"
  13. else
  14. tty_option=""
  15. fi
  16. {{ devture_systemd_docker_base_host_command_docker }} exec $tty_option matrix-authentication-service mas-cli $args