You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- ---
- - name: debian package requirements for buildbot
- apt:
- pkg:
- - python3-pip
- - fish
- - git
- - postgresql
- - python3-psycopg2
- - ssl-cert
-
- # ansible
- - python-setuptools
- - python-psycopg2
-
- - name: set correct permissions for /etc/ssl/private
- file:
- path: /etc/ssl/private
- mode: 0750
- owner: root
- group: ssl-cert
|