Skip to content

Commit 1b1b125

Browse files
author
root
committed
Initial commint
1 parent 8b88680 commit 1b1b125

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

roles/git/tasks/main.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1-
---
1+
---
2+
3+
- name: install the latest version of git
4+
package:
5+
name: git
6+
state: latest

roles/github/tasks/main.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
---

site.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
---
2+
# This playbook delploy git ,config github
23

4+
- hosts: git
5+

0 commit comments

Comments
 (0)