Commit ba082dd
Changed files (1)
tasks
tasks/home.yml
@@ -3,8 +3,9 @@
- name: home - git clone
git:
- repo: https://github.com/bryfry/home
+ repo: git@github.com:bryfry/home.git
dest: "{{ home_dir }}"
+ ignore_errors: yes
tags: home
- name: home - symbolic links
@@ -12,8 +13,9 @@
src: "{{ home_dir }}/{{ item }}"
dest: "{{ ansible_env.HOME }}/.{{ item }}"
state: link
+ tags: home
with_items:
- Xmodmap
- profile
- screenrc
- tags: home
+ - vimrc