With latest Ansible 2.3.1, I was not able to use tags with include statemenet
my code looks like this
ansible-playbook -i inventories/app.inventory -v -e “host=resource” test.yml
and heres test.yml.
- include: pipe.yml tags=upgrade source_file=pipe_list.txt
Thanks