Hello, My playbook looks like::
- hosts: foo - include: tags.yml tags: ["tag1", "tag2", "tag3", "tag4"] while i run the playbook like::ansible-playbook tags.yml --tags "tag1,tag2" Expected result:: should run only tag1 and tag2 Actual result:: It running whole playbook it self. Can someone please suggest? Ansible version::ansible 2.2.1.0 Thanks -- 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/840c1ffa-eb3b-4e6f-a0fd-b6df2c405b21%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
