Ce site fonctionne mieux avec JavaScript.
Accueil
Explorateur
Aide
S'inscrire
Connexion
ka
/
ansible-role-home
Suivre
1
Ajouter aux favoris
0
Bifurcation
0
Code
Tickets
0
Demandes d'ajout
0
Versions
0
Wiki
Activité
Parcourir la source
option to copy all background images
systemd-xsession
Markus Katharina Brechtel
il y a 3 ans
Parent
0eae8f4e4d
révision
3fa8b60a38
2 fichiers modifiés
avec
7 ajouts
et
0 suppressions
Vue séparée
Option de Diff
Voir les Statistiques
Télécharger le Fichier Patch
Télécharger le Fichier des Différences
+1
-0
defaults/main.yaml
+6
-0
tasks/background.yaml
+ 1
- 0
defaults/main.yaml
Voir le fichier
@@ -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
Voir le fichier
@@ -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