Add local.yaml

This commit is contained in:
2026-07-06 18:15:02 -09:00
commit 64529185bd
+11
View File
@@ -0,0 +1,11 @@
---
- 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