import old book
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
galaxy_info:
|
||||
author: kevinnlsamuel
|
||||
description: sayin hello
|
||||
dependencies:
|
||||
# List your role dependencies here, one per line. Be sure to remove the '[]' above,
|
||||
# if you add dependencies to this list.
|
||||
@@ -0,0 +1,6 @@
|
||||
- name: register greeting
|
||||
command: echo hello
|
||||
register: greeting
|
||||
- name: say greeting
|
||||
debug:
|
||||
msg: "{{ greeting.stdout }}"
|
||||
Reference in New Issue
Block a user