From 453ece11323f34aca8288c288aced4cc2142b428 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Wed, 18 Apr 2018 17:13:56 +0800 Subject: git: Update git shell commands; add git-cmds tag --- roles/git/tasks/main.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'roles/git/tasks') diff --git a/roles/git/tasks/main.yml b/roles/git/tasks/main.yml index 90eba2b..c54b2aa 100644 --- a/roles/git/tasks/main.yml +++ b/roles/git/tasks/main.yml @@ -50,12 +50,14 @@ copy: src: git-shell-commands/ # trailing '/' -> directory contents dest: "{{ git.user.home }}/git-shell-commands/" + tags: git-cmds - name: add execution permission to git-shell commands file: path: "{{ git.user.home }}/git-shell-commands" mode: 0755 recurse: true + tags: git-cmds - name: (local) github sync - check ssh key existence become: false -- cgit v1.2.2