Skip to content

Instantly share code, notes, and snippets.

@kklimonda
Created October 10, 2017 16:03
Show Gist options
  • Save kklimonda/6983e0fa84a62dc051d5afbb78d3efea to your computer and use it in GitHub Desktop.
Save kklimonda/6983e0fa84a62dc051d5afbb78d3efea to your computer and use it in GitHub Desktop.
---
- job:
name: test-job
vars:
test_variable: "{{ ansible_env.HOME }}/test-path"
---
- hosts: all
vars:
test_variable: "{{ ansible_env.HOME }}/test-path"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment