Ansible_workstation/tasks/dotfiles.yml

11 lines
151 B
YAML
Raw Normal View History

2018-08-23 12:32:42 +00:00
---
- name: urxvt Xdefault
template:
src: files/Xdefaults
2018-08-23 12:39:58 +00:00
dest: /home/{{ item.username }}/.Xdefaults
with_items: me
2018-08-23 12:38:24 +00:00
when: not minimal
2018-08-23 12:32:42 +00:00