ソースを参照

fix ssl-cert permissions

covid-videoplattform
コミット
8e8dcaa853
1個のファイルの変更8行の追加0行の削除
  1. +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:


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