Hi all I'm using an ansible-galaxy playbook. Right now I'm having it included using my site.yml file:
roles: - nodesource.node - base-ami Now try to use an include statement in my role playbook but it raises an error since the playbook is an external one and not part of my playbook. Any way around that, like telling my playbook this is an ansible-galaxy playbook so don't expect to see it in the directory structure? - name: Include the nodesource.node playbook include: nodesource.node -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/2bf1fccd-c0e6-44fc-b7c0-ce75f934faef%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
