Matrix Docker Ansible eploy
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 

17 行
274 B

  1. #jinja2: lstrip_blocks: True
  2. #!/bin/bash
  3. args=$@
  4. if [ $# -eq 0 ]; then
  5. args="help"
  6. fi
  7. if [ -t 0 ]; then
  8. tty_option="-it"
  9. else
  10. tty_option=""
  11. fi
  12. {{ devture_systemd_docker_base_host_command_docker }} exec $tty_option matrix-authentication-service mas-cli $args