25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

main.yaml 318B

123456789101112131415161718
  1. ---
  2. - name: kita-pro fonts directory
  3. file:
  4. path: /usr/share/fonts/kita-pro
  5. state: directory
  6. - name: kita-pro fonts
  7. synchronize:
  8. src: fonts/
  9. dest: /usr/share/fonts/kita-pro
  10. perms: false
  11. owner: false
  12. group: false
  13. - name: microsoft core fonts
  14. apt:
  15. name: ttf-mscorefonts-installer