Commit ba082dd

bryfry <bryon@fryer.io>
2016-05-30 17:07:50
add vimrc
1 parent 676a9d8
Changed files (1)
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