Working on to pull the git files

This commit is contained in:
Justin 2025-01-25 01:23:20 +00:00
parent 54d8ce4703
commit 3d1e5e403c
1 changed files with 11 additions and 0 deletions

11
git-update.yaml Normal file
View File

@ -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