From 3d1e5e403cce6423288575d7272f2c2f4a84f932 Mon Sep 17 00:00:00 2001 From: Justin Date: Sat, 25 Jan 2025 01:23:20 +0000 Subject: [PATCH] Working on to pull the git files --- git-update.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 git-update.yaml diff --git a/git-update.yaml b/git-update.yaml new file mode 100644 index 0000000..2ced184 --- /dev/null +++ b/git-update.yaml @@ -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