Pārlūkot izejas kodu

make it work with less variables set in the playbook

pull/1/head
vecāks
revīzija
6ff4b81ce1
2 mainītis faili ar 4 papildinājumiem un 1 dzēšanām
  1. +2
    -1
      defaults/main.yaml
  2. +2
    -0
      tasks/git.yaml

+ 2
- 1
defaults/main.yaml Parādīt failu

@@ -51,7 +51,6 @@ file_browser_command: thunar
calculator_command: "{{default_browser}} --new-window https://www.geogebra.org/calculator"
mail_command: thunderbird

background_image: false
home_copy_all_background_images: false

home_autostart_terminal: true
@@ -61,3 +60,5 @@ home_autostart_pasystray: "{{ home_profile != 'vdesk' }}"
home_autostart_unclutter: "{{ home_profile == 'presentation' }}"

default_activities: []

workspaces: {}

+ 2
- 0
tasks/git.yaml Parādīt failu

@@ -4,3 +4,5 @@
template:
src: git/gitconfig.j2
dest: ~/.gitconfig
when:
- git_user_email is defined