https://docs.ansible.com/projects/ansible/latest/dev_guide/developing_modules_documenting.html#id6 mentiones that # -*- coding: utf-8 -*- should be put into Python files. This was relevant when Ansible still supported Python 2.x, but nowadays (since ansible-core 2.17) can (and should) be removed.
https://docs.ansible.com/projects/ansible/latest/dev_guide/developing_modules_documenting.html#id6 mentiones that
# -*- coding: utf-8 -*-should be put into Python files. This was relevant when Ansible still supported Python 2.x, but nowadays (since ansible-core 2.17) can (and should) be removed.