--- - name: System Configuration via Ansible Pull hosts: localhost connection: local become: false tasks: - name: Ensure git is installed ansible.builtin.package: name: git state: present