summaryrefslogtreecommitdiffstats
path: root/roles/cgit/tasks
diff options
context:
space:
mode:
Diffstat (limited to 'roles/cgit/tasks')
-rw-r--r--roles/cgit/tasks/main.yml10
1 files changed, 0 insertions, 10 deletions
diff --git a/roles/cgit/tasks/main.yml b/roles/cgit/tasks/main.yml
index 7828042a..93b7e4e9 100644
--- a/roles/cgit/tasks/main.yml
+++ b/roles/cgit/tasks/main.yml
@@ -20,7 +20,6 @@
name: "{{ cgit_ssh_user }}"
group: "{{ cgit_ssh_user }}"
shell: "/usr/bin/git-shell"
- home: "{{ cgit_repos_dir }}"
create_home: true
system: true
password: "*"
@@ -32,15 +31,6 @@
scope: system
value: main
-- name: "Create git user .ssh directory"
- become: true
- ansible.builtin.file:
- path: "{{ cgit_repos_dir }}/.ssh"
- state: directory
- owner: "{{ cgit_ssh_user }}"
- group: "{{ cgit_ssh_user }}"
- mode: "0700"
-
- name: "Deploy authorized_keys"
become: true
ansible.posix.authorized_key: