As of Ansible 2.10 (which was released about 5 years ago) -- Ansible no longer includes external modules.
If the OP installed a fresh version of Ansible without statically setting the version in the installation or requirements file -- then he needs ...
For what its worth, I'm willing to bet this is actually the issue.Based on this page: https://stackoverflow.com/questions/28234430/ansible-integer-variables-in-yamlYou may be able to do something like `"{{ item.tag | int }}"` to make sure that the in...