Files
ansibletest/local.yaml
T
2026-07-06 18:15:02 -09:00

11 lines
221 B
YAML

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