I have a playbook which is including another playbook.
Say Parents.yaml includes child1.yaml and child2.yaml. To run the Parents.yaml from AWX I kept inside the projects directory /var/lib/awx/projects/plays. But while creating the template I see all three playbooks. I do not want to expose child playbooks to template.
Is there any ways I can hide child1.yaml and child2.yaml while creating the template ?