Working on to pull the git files
This commit is contained in:
parent
54d8ce4703
commit
3d1e5e403c
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
- name: Git update
|
||||
hosts: localhost
|
||||
|
||||
tasks:
|
||||
- name: Git Pull
|
||||
ansible.builtin.git:
|
||||
repo: https://git.ki5bhv.com/justin/Ansible.git
|
||||
dest: /home/justin/ansible
|
||||
single_branch: yes
|
||||
version: main
|
Loading…
Reference in New Issue