Added a README.md to the sample role

This commit is contained in:
2023-09-07 00:11:39 +02:00
parent b29e540285
commit 4c8f3c88a1
5 changed files with 16 additions and 1 deletions

View File

@@ -3,7 +3,7 @@
- name: Print an "Hello, World!"
ansible.builtin.debug:
msg: Hello, World!
msg: "{{ hello_world_string }}"
- name: Test the `ansible_managed` variable
ansible.builtin.template: