소스 검색

option to copy all background images

systemd-xsession
부모
커밋
3fa8b60a38
2개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      defaults/main.yaml
  2. +6
    -0
      tasks/background.yaml

+ 1
- 0
defaults/main.yaml 파일 보기

@@ -48,3 +48,4 @@ calculator_command: "{{default_browser}} --new-window https://www.geogebra.org/c
mail_command: thunderbird

background_image: false
home_copy_all_background_images: false

+ 6
- 0
tasks/background.yaml 파일 보기

@@ -11,3 +11,9 @@
src: "{{background_image}}"
dest: "{{background_image_path}}"
when: background_image is defined

- name: copy all background images
synchronize:
src: ~/.backgrounds/
dest: ~/.backgrounds/
when: home_copy_all_background_images