How do you play just the tasks with set tags in your playbook? From the
command line you would do something like:
ansible-playbook -i staging deploy.yml --tags "do_stop, do_health_check"
I would expect do be able to do the same from the playbook like:
- hosts: somehosts
roles:
- { role: connect, tags: [ 'do_stop', 'do_health_check' ] }
However this is not working and it plays all the tasks in my role.
Regards,
Brendon
--
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/e064ad14-538d-4c7c-aae7-3a7c43fcfac6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.