1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-11-22 23:12:32 +01:00

added userbin and tasks borgbackup

This commit is contained in:
eoli3n 2020-01-05 11:13:06 +01:00
parent 83b98add29
commit 91042c6a05
2 changed files with 12 additions and 0 deletions

@ -67,6 +67,7 @@
- { role: termite, tags: termite }
- { role: weechat, tags: weechat }
- { role: openvpn, tags: openvpn }
- { role: userbin, tags: userbin }
- { role: borgbackup, tags: borgbackup }
tasks:
- include_role:

@ -0,0 +1,11 @@
---
- name: copy home backup script
copy:
src: backup
dest: ~/bin/
mode: 0755
- name: copy fish backup function
copy:
src: backup.fish
dest: ~/.config/fish/functions/