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