Re: [ansible-project] How to call roles & specify tags for those roles

2017-08-18 Thread Kai Stian Olstad
On 17. aug. 2017 03:17, Anfield wrote: Trying to run an example from the ansible docs, and it seems to always run both the tagged portions of the playbook... Am I missing how calling a role with tags is supposed to be used? Ansible docs -

[ansible-project] How to call roles & specify tags for those roles

2017-08-16 Thread Anfield
Trying to run an example from the ansible docs, and it seems to always run both the tagged portions of the playbook... Am I missing how calling a role with tags is supposed to be used? Ansible docs - http://docs.ansible.com/ansible/latest/playbooks_tags.html roles: - { role: webserver,