Update README.md

This commit is contained in:
Klaus Zerwes 2024-02-04 18:43:28 +01:00 committed by GitHub
parent 11ee116ce9
commit c28cff9ea8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,7 @@
[![test rebuild map](https://github.com/zerwes/ansible-fqcn-converter/actions/workflows/testupdatemap.yml/badge.svg)](https://github.com/zerwes/ansible-fqcn-converter/actions/workflows/testupdatemap.yml)
# Ansible FQCN converter
Update ansible tasks, playbooks, handlers etc. to use fully qualified module names (even for ansible buildins) by searching for all known modules that are not in fqcn notation and replacing them with the fqcn name.
Update ansible tasks, playbooks, handlers etc. to use fully qualified module names (even for ansible builtins) by searching for all known modules that are not in fqcn notation and replacing them with the fqcn name.
In some cases the replacement might be ambiguous, so a warning will be issued (and by default added as a comment to the changed files; see `-W` arg).
On ambiguous module names the first matching FQCN in alphabetical order will be used, but ansible native modules (`ansible.builtin`, `ansible.posix`, `ansible.utils`, ...) will have precedence on ambiguous module names.