ISSUE TYPE
COMPONENT NAME
ansible/lib/ansible/playbook/block.py
ANSIBLE VERSION
ansible 2.4.0.0
config file = /home/nilsfr/.ansible.cfg
configured module search path = [u'/home/nilsfr/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']
ansible python module location = /home/nilsfr/usit/vortex-vhostlib/venv-vhostlib-py2/local/lib/python2.7/site-packages/ansible
executable location = /home/nilsfr/usit/vortex-vhostlib/venv-vhostlib-py2/bin/ansible
python version = 2.7.12 (default, Jul 1 2016, 15:12:24) [GCC 5.4.0 20160609]
SUMMARY
The difference between 'include' and 'include_tags' is in this line:
|
(task.action == 'include' and task.evaluate_tags([], play_context.skip_tags, all_vars=all_vars)) or |
Is this intentional?
In the project I am working on we are relying on the use of tags inside a dynamic include.
ISSUE TYPE
COMPONENT NAME
ansible/lib/ansible/playbook/block.py
ANSIBLE VERSION
SUMMARY
The difference between 'include' and 'include_tags' is in this line:
ansible/lib/ansible/playbook/block.py
Line 353 in 25e17b4
Is this intentional?
In the project I am working on we are relying on the use of tags inside a dynamic include.