Add git config and etckeeper
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
tags: common
|
||||
|
||||
- name: copy some custom script
|
||||
copy: dest="{{ item.dest }}" src="{{ item.src }}" owner=root group=root mode=0755
|
||||
copy: "dest={{ item.dest }} src={{ item.src }} owner=root group=root mode=0755"
|
||||
with_items: "{{ common_scripts }}"
|
||||
tags: common
|
||||
|
||||
@@ -48,3 +48,7 @@
|
||||
- import_tasks: tty.yml
|
||||
when: common_tty
|
||||
tags: ['common', 'tty']
|
||||
|
||||
- import_tasks: git.yml
|
||||
when: common_git
|
||||
tags: ['common', 'git']
|
||||
|
||||
Reference in New Issue
Block a user