Commit aac82523 by John Jarvis

updating ansible-role templates

parent 8946de03
...@@ -7,5 +7,5 @@ ...@@ -7,5 +7,5 @@
# Overview: # Overview:
# #
# #
- name: {{ role_name }} | notify me - name: notify me
debug: msg="stub handler" debug: msg="stub handler"
...@@ -14,6 +14,6 @@ ...@@ -14,6 +14,6 @@
# #
# #
- name: {{ role_name }} | stub ansible task - name: stub ansible task
debug: msg="This is a stub task created by the ansible-role role" debug: msg="This is a stub task created by the ansible-role role"
notify: {{ role_name }} | notify me notify: notify me
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment