mirror of https://github.com/ansible/ansible.git
Properly hide limit and list-hosts args from ansible-inventory (#61618)
* Properly hide limit and list-hosts args from ansible-inventory. Fixes #61604 * Add changelog fragment * Consolidate limit * Fix positional argument with --graph * Properly error for hidden arguments * linting issue * host pattern changelogpull/61949/head
parent
61efffcbe1
commit
8331c8fdc3
@ -0,0 +1,4 @@
|
||||
bugfixes:
|
||||
- ansible-inventory - Properly hide arguments that should not be shown
|
||||
(https://github.com/ansible/ansible/issues/61604)
|
||||
- ansible-inventory - Restore functionality to allow ``--graph`` to be limited by a host pattern
|
Loading…
Reference in New Issue