8 lines
165 B
YAML
Executable File
8 lines
165 B
YAML
Executable File
---
|
|
# tasks file for Git_Repo
|
|
- name: Install GIT
|
|
shell: "yum install git"
|
|
- name: Init git Repo
|
|
shell: 'mkdir /repodata && cd /repodata && git init --bare'
|
|
|