summaryrefslogtreecommitdiff
path: root/samples/with_env.yml
blob: 856df20867f0e0a8f1f8608aec06139e22dde25b (plain)
1
2
3
4
5
- hosts: localhost
  connection: local
  gather_facts: no
  tasks:
  - debug: msg="{{ lookup('env','HOME') }} is an environment variable"