We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37e2fb6 commit 66c4c0cCopy full SHA for 66c4c0c
1 file changed
roles/hotstack_git_server/tasks/main.yml
@@ -1,10 +1,4 @@
1
---
2
-- name: Install git-daemon package
3
- ansible.builtin.package:
4
- name: git-daemon
5
- state: present
6
- become: true
7
-
8
- name: Initialize git server
9
hotstack_git_server_init:
10
path: "{{ hotstack_git_repo_path }}"
0 commit comments