ansible/samples/with_env.yml

6 lines
138 B
YAML
Raw Normal View History

2015-01-09 16:37:31 +01:00
- hosts: localhost
connection: local
gather_facts: no
tasks:
- debug: msg="{{ lookup('env','HOME') }} is an environment variable"