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.

setup.yaml 449B

123456789101112131415161718192021222324
  1. ---
  2. - name: debian package requirements for buildbot
  3. apt:
  4. pkg:
  5. - python3-pip
  6. - fish
  7. - git
  8. - postgresql
  9. - python3-psycopg2
  10. - python3-setuptools
  11. - ssl-cert
  12. - libcairo2
  13. - libcairo2-dev
  14. # ansible
  15. - python-setuptools
  16. - python-psycopg2
  17. - name: set correct permissions for /etc/ssl/private
  18. file:
  19. path: /etc/ssl/private
  20. mode: 0750
  21. owner: root
  22. group: ssl-cert