--- - 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