mitogen/examples/playbook/issue_122.yml

7 lines
103 B
YAML

- hosts: all
tasks:
- script: scripts/print_env.sh
register: env
- debug: msg={{env}}