-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
-
name: test playbook
user: flickerbox
hosts: alltasks:
# it is possible to save the result of any command in a named register. This variable will be made # available to tasks and templates made further down in the execution flow. - shell: uname -a ignore_errors: yes register: uname_result - debug: msg: "{{ uname_result.stdout }}" ##should be like this
Metadata
Metadata
Assignees
Labels
No labels