Ansible/git-update.yaml

14 lines
250 B
YAML

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