選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

30 行
478B

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