commit 64529185bd3633fcf97f55ef6b343d20d2b519b7 Author: asmallco Date: Mon Jul 6 18:15:02 2026 -0900 Add local.yaml diff --git a/local.yaml b/local.yaml new file mode 100644 index 0000000..3d973f2 --- /dev/null +++ b/local.yaml @@ -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 \ No newline at end of file