Add local.yaml
This commit is contained in:
+11
@@ -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
|
||||||
Reference in New Issue
Block a user