On Thu, 05 Feb 2015 05:26 -0800, "Denis J. Cirulis" <[email protected]> wrote: > Hello, > > As I composed one role which partially can be reused in some others I > tried > the following syntax in playbook: > > hosts: test > sudo: True > roles: > - common > - { role: big, tags: [ 'aaa', 'bbb' ]} > > But looks like tags functionality is not working. If I run playbook with > --tags arg it runs only matching tags, but when I want to list all tags > to > execute in roles it runs the whole role.
Sorry, perhaps I didn't get it. Can you clarify? The --tags option is used to limit which tags are considered. You want to *list* all the tags contained in a given playbook? I don't think there is an option for that. Giovanni -- 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/1423146794.340566.223505869.7B219EA2%40webmail.messagingengine.com. For more options, visit https://groups.google.com/d/optout.
