import old book
This commit is contained in:
@@ -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