summaryrefslogtreecommitdiff
path: root/roles/git/tasks
diff options
context:
space:
mode:
Diffstat (limited to 'roles/git/tasks')
-rw-r--r--roles/git/tasks/main.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/roles/git/tasks/main.yml b/roles/git/tasks/main.yml
index 72fb025..e66217c 100644
--- a/roles/git/tasks/main.yml
+++ b/roles/git/tasks/main.yml
@@ -135,3 +135,11 @@
state: link
notify:
- Reload nginx
+
+- name: Copy managing scripts
+ ansible.builtin.copy:
+ src: files/init-git-repo.sh
+ dest: /srv/git/init-git-repo.sh
+ owner: git
+ group: git
+ mode: u+rwx,g-rwx,o-rwx