Initial commit
This commit is contained in:
7
roles/Git_Repo/tasks/main.yml
Executable file
7
roles/Git_Repo/tasks/main.yml
Executable file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
# tasks file for Git_Repo
|
||||
- name: Install GIT
|
||||
shell: "yum install git"
|
||||
- name: Init git Repo
|
||||
shell: 'mkdir /repodata && cd /repodata && git init --bare'
|
||||
|
||||
Reference in New Issue
Block a user