소스 검색

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