We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b88680 commit 1b1b125Copy full SHA for 1b1b125
roles/git/tasks/main.yaml
@@ -1 +1,6 @@
1
----
+---
2
+
3
+- name: install the latest version of git
4
+ package:
5
+ name: git
6
+ state: latest
roles/github/tasks/main.yaml
@@ -0,0 +1 @@
site.yaml
@@ -1,2 +1,5 @@
---
+# This playbook delploy git ,config github
+- hosts: git
0 commit comments