瀏覽代碼

make it work with less variables set in the playbook

pull/1/head
父節點
當前提交
6ff4b81ce1
共有 2 個文件被更改,包括 4 次插入1 次删除
  1. +2
    -1
      defaults/main.yaml
  2. +2
    -0
      tasks/git.yaml

+ 2
- 1
defaults/main.yaml 查看文件

@@ -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 查看文件

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