diff --git a/hello.yml b/hello.yml index a90c638..660cb68 100644 --- a/hello.yml +++ b/hello.yml @@ -8,3 +8,9 @@ - name: Say Hello world ansible.builtin.debug: msg: Hello world! + + + - name: Install Git + ansible.builtin.package: + name: git + state: present