This website works better with JavaScript.
首頁
探索
說明
登入
overmind
/
matrix-docker-ansible-deploy
镜像来自
https://github.com/spantaleev/matrix-docker-ansible-deploy
關註
1
收藏
0
複製
0
程式碼
問題管理
0
版本發佈
0
Wiki
Activity
瀏覽代碼
Removed a few syntax bugs in Archlinux configuration
pull/425/head
Christian Wolf
6 年之前
父節點
4bc73ff4bb
當前提交
8c9b5ea6dd
共有
3 個文件被更改
,包括
3 次插入
和
3 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
roles/matrix-base/tasks/server_base/setup_archlinux.yml
+1
-1
roles/matrix-nginx-proxy/tasks/ssl/setup_ssl_self_signed.yml
+1
-1
roles/matrix-synapse/tasks/ext/synapse-simple-antispam/setup_install.yml
+ 1
- 1
roles/matrix-base/tasks/server_base/setup_archlinux.yml
查看文件
@@ -13,7 +13,7 @@
update_cache: yes
- name: Ensure Docker is installed
apt
:
pacman
:
name:
- docker
state: latest
+ 1
- 1
roles/matrix-nginx-proxy/tasks/ssl/setup_ssl_self_signed.yml
查看文件
@@ -22,7 +22,7 @@
- openssl
state: latest
update_cache: no
when: "matrix_ssl_retrieval_method == 'self-signed' and ansible_distribution == 'Archlinux'
when: "matrix_ssl_retrieval_method == 'self-signed' and ansible_distribution == 'Archlinux'
"
- name: Generate self-signed certificates
include_tasks: "{{ role_path }}/tasks/ssl/setup_ssl_self_signed_obtain_for_domain.yml"
+ 1
- 1
roles/matrix-synapse/tasks/ext/synapse-simple-antispam/setup_install.yml
查看文件
@@ -22,7 +22,7 @@
when: "ansible_os_family == 'Debian'"
- name: Ensure git installed (Archlinux)
pacman
pacman
:
name:
- git
state: present
Write
Preview
Loading…
取消
儲存