mirror of
https://github.com/zerwes/ansible-fqcn-converter.git
synced 2024-11-27 03:00:47 -06:00
Update README.md
This commit is contained in:
parent
11ee116ce9
commit
c28cff9ea8
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user