diff --git a/dotfiles.yml b/dotfiles.yml index 3953564..18e4c44 100644 --- a/dotfiles.yml +++ b/dotfiles.yml @@ -17,3 +17,5 @@ - import_tasks: tasks/yaourt.yml - import_tasks: tasks/fonts.yml - import_tasks: tasks/autostart.yml + - import_tasks: tasks/dabapps.yml + when: ansible_fqdn == "TOO-Work" diff --git a/tasks/dabapps.yml b/tasks/dabapps.yml new file mode 100644 index 0000000..da10023 --- /dev/null +++ b/tasks/dabapps.yml @@ -0,0 +1,15 @@ +- name: "DabApps Dotfiles" + git: + repo: git@github.com:dabapps/dotfiles + dest: /home/jake/Projects/dotfiles + force: true + become: true + become_user: jake + +- file: + src: /home/jake/Projects/dotfiles/.editorconfig + dest: /home/jake/Projects/.editorconfig + mode: 0644 + owner: jake + state: link + force: true