Move iTerm2 config into Ansible templates
This commit is contained in:
parent
92e55dbb8c
commit
a691f35494
|
@ -1,3 +1,13 @@
|
||||||
|
- name: 'iTerm2: Add configuration'
|
||||||
|
tags:
|
||||||
|
- config
|
||||||
|
- iterm2
|
||||||
|
template:
|
||||||
|
src: "{{ item }}"
|
||||||
|
dest: '~/.iterm2'
|
||||||
|
mode: '0600'
|
||||||
|
loop: "{{ query('fileglob', 'iterm2/*') }}"
|
||||||
|
|
||||||
- name: 'Firefox: Set base path'
|
- name: 'Firefox: Set base path'
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
|
|
Loading…
Reference in a new issue