mirror of https://github.com/ansible/ansible.git
Suppress warning for user directory in ansible-inventory (#65344)
When user uses home directory in --playbook-dir option of ansible-inventory command, it warns user about this. This PR suppress the warning message for user's home directory usage in ansible-inventory command. Fixes: #65262 Signed-off-by: Satyajit Bulage <sbulage@redhat.com>pull/70447/head
parent
b4184aa50e
commit
4f0ec5a9a0
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- Suppress warning when user directory used in --playbook-dir option with ansible-inventory command (https://github.com/ansible/ansible/issues/65262).
|
Loading…
Reference in New Issue