TaskList
Examples
Features
Register
Produce a variable out of the result of a step and use it after.
---
- name: Retrieve the current working directory
steps:
- name: Print working directory
register: working_directory
command:
content: pwd
- name: Display this information
debug:
msg: {{ working_directory.output }}
Variables
Dux uses Tera as its template engine.