On Tuesday, 21 November 2017 10.32.27 CET [email protected] wrote: > Here is a littel edit: > I struggle to find the correct place where I would add the tag for the > role. I do not want to tag the role in webservers.yml since this would not > be a global definition. But I failed to find the correct place in > roles/javajdk - is there any?
You would need to tag every task in the role. > Other option: assuming i have many roles included in werbservers.yml - is > there an other option to run only one of the roles ? Options as on ansible-playbook command line, then the answer is no. You could use extra vars on the command line and have when on roles the roles. -- Kai Stian Olstad -- 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/2644765.3mTL80hIIT%40x1. For more options, visit https://groups.google.com/d/optout.
