Merge pull request 'bullshit' (#10) from development into main
All checks were successful
continuous-integration/drone/push Build is passing

Reviewed-on: #10
This commit is contained in:
Chris Hammer 2023-11-18 02:01:19 -05:00
commit 04fb9e43a8

View File

@ -8,3 +8,9 @@
- name: Say Hello world - name: Say Hello world
ansible.builtin.debug: ansible.builtin.debug:
msg: Hello world! msg: Hello world!
- name: Install Git
ansible.builtin.package:
name: git
state: present