From 41229d0f78626656fd6d421abda28eed6525282b Mon Sep 17 00:00:00 2001 From: Pig Monkey Date: Fri, 19 Aug 2016 17:08:15 -0700 Subject: [PATCH] install git-annex-remote-rclone --- roles/git-annex/tasks/main.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/roles/git-annex/tasks/main.yml b/roles/git-annex/tasks/main.yml index 64aa5ca..87a767c 100644 --- a/roles/git-annex/tasks/main.yml +++ b/roles/git-annex/tasks/main.yml @@ -2,6 +2,11 @@ - name: Install git-annex pacman: name=git-annex state=present +- name: Install git-annex-remote-rclone + aur: name=git-annex-remote-rclone user={{ user.name }} + tags: + - aur + - name: Push git-annex assistant service file copy: src=git-annex.service dest=/etc/systemd/system/git-annex@.service notify: