Open diegosouza opened 4 years ago
Since ansible_version returns: {'string': '2.9.9', 'full': '2.9.9', 'major': 2, 'minor': 9, 'revision': 9}, ansible_version.full fixes the problem.
ansible_version
{'string': '2.9.9', 'full': '2.9.9', 'major': 2, 'minor': 9, 'revision': 9}
ansible_version.full
References:
Since
ansible_version
returns:{'string': '2.9.9', 'full': '2.9.9', 'major': 2, 'minor': 9, 'revision': 9}
,ansible_version.full
fixes the problem.References: