Compare commits

..

No commits in common. "04fb9e43a87cd7ce40c156424b7ec22a0a299447" and "de7698dde3d9fee4ad792f01d303c5f0080cff5b" have entirely different histories.

View File

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