소스 검색

permissions of fonts and backgrounds

master
Markus Brechtel 6 년 전
부모
커밋
602fd4f3a0
2개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. +2
    -0
      tasks/backgrounds.yaml
  2. +3
    -0
      tasks/fonts.yaml

+ 2
- 0
tasks/backgrounds.yaml 파일 보기

@@ -17,6 +17,8 @@
src: background/
dest: /opt/backgrounds
perms: false
owner: root
group: root

- name: find all other backgrounds
find:


+ 3
- 0
tasks/fonts.yaml 파일 보기

@@ -9,6 +9,9 @@
synchronize:
src: fonts/
dest: /usr/share/fonts/kita-pro
perms: false
owner: root
group: root

- name: microsoft core fonts
apt:


불러오는 중...
취소
저장