This website works better with JavaScript.
首頁
探索
說明
註冊
登入
ka
/
ansible-role-buildbot
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
fix ssl-cert permissions
covid-videoplattform
Markus Katharina Brechtel
4 年之前
父節點
9ada4dd736
當前提交
8e8dcaa853
共有
1 個文件被更改
,包括
8 次插入
和
0 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-0
tasks/main.yaml
+ 8
- 0
tasks/main.yaml
查看文件
@@ -12,6 +12,14 @@
- python-psycopg2 # for ansible
- postgresql
- python3-psycopg2
- ssl-cert
- name: set correct permissions for /etc/ssl/private
file:
path: /etc/ssl/private
mode: 0750
owner: root
group: ssl-cert
- name: install buildbot
pip:
Write
Preview
Loading…
取消
儲存