Ansible tag with include

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

You test.yml is not a valid playbook, so you should have a error message indicating that.