Added a README.md to the sample role
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user