Hi,
I’m including 1 playbook into another and having problem with passing variables to it - declaring variable in “include” doesn’t work.
What i’m trying to do:
main file:
- include: prepare-server.yml target_hosts=VALUE
prepare-server.yml playbook: