Skip to content

Commit 66c4c0c

Browse files
committed
hotstack_git_server: Remove package install task
The package is installed in the hotstack-controller image, no need to install it. Signed-off-by: Harald Jensås <hjensas@redhat.com>
1 parent 37e2fb6 commit 66c4c0c

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

roles/hotstack_git_server/tasks/main.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
11
---
2-
- name: Install git-daemon package
3-
ansible.builtin.package:
4-
name: git-daemon
5-
state: present
6-
become: true
7-
82
- name: Initialize git server
93
hotstack_git_server_init:
104
path: "{{ hotstack_git_repo_path }}"

0 commit comments

Comments
 (0)