25'ten fazla konu seçemezsiniz
Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
Bu depo arşivlendi. Dosyaları görüntüleyebilir ve klonlayabilirsiniz ama işlem gönderemez ve konu/değişiklik isteği açamazsınız.
|
- ---
-
- - name: backgrounds directory
- file:
- path: ~/.backgrounds
- state: directory
- when: background_image is defined
-
- - name: background image
- copy:
- 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
|