ソースを参照

Fixed repository link for mx-puppet-steam

- https://github.com/icewind1991/mx-puppet-steam is the link that's referenced by the documentation.
- The previous link, https://github.com/matrix-steam/mx-puppet-steam, is invalid/inaccessible to the public.
pull/571/head
Panagiotis Vasilopoulos 5年前
committed by GitHub
コミット
baed917a13
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      roles/matrix-bridge-mx-puppet-steam/tasks/setup_install.yml

+ 1
- 1
roles/matrix-bridge-mx-puppet-steam/tasks/setup_install.yml ファイルの表示

@@ -32,7 +32,7 @@


- name: Ensure MX Puppet Steam repository is present on self build - name: Ensure MX Puppet Steam repository is present on self build
git: git:
repo: https://github.com/matrix-steam/mx-puppet-steam.git
repo: https://github.com/icewind1991/mx-puppet-steam.git
dest: "{{ matrix_mx_puppet_steam_docker_src_files_path }}" dest: "{{ matrix_mx_puppet_steam_docker_src_files_path }}"
force: "yes" force: "yes"
when: "matrix_mx_puppet_steam_enabled|bool and matrix_mx_puppet_steam_container_image_self_build" when: "matrix_mx_puppet_steam_enabled|bool and matrix_mx_puppet_steam_container_image_self_build"


読み込み中…
キャンセル
保存