Ansible/git-update.yaml

13 lines
246 B
YAML

---
- name: Git update k5bss
hosts: webhost
tasks:
- name: Git Pull
ansible.builtin.git:
repo: https://git.ki5bhv.com/justin/k5bss.com.git
dest: /var/www/k5bss.com
single_branch: yes
version: main