Files
product-demos/roles/install_demo/tasks/load_vars.yml
2020-05-13 15:10:40 -04:00

9 lines
192 B
YAML

---
- name: include all demo vars from install_demo roll
include_vars:
dir: "vars"
- name: will load vars from adjacent vars
debug:
msg: "variables loaded from install_demo role"