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