9 lines
179 B
YAML
Executable File
9 lines
179 B
YAML
Executable File
---
|
|
# tasks file for Git_client
|
|
- name: Install GIT
|
|
shell: "yum install git"
|
|
- name: Init git Repo
|
|
shell: 'mkdir /repodata && git clone [[Server_IP]]:/repodata /repodata'
|
|
|
|
|