Files
ansibletest/local.yaml
T
2026-07-07 15:05:09 -09:00

11 lines
222 B
YAML

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