Add dabapps-specific config

This commit is contained in:
Jake Howard 2018-09-14 09:27:24 +01:00
parent beef58bcc5
commit 58aab55090
Signed by: jake
GPG Key ID: 57AFB45680EDD477
2 changed files with 17 additions and 0 deletions

View File

@ -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"

15
tasks/dabapps.yml Normal file
View File

@ -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