Hi,
using ansible v12.3.0 / ansible-core v2.19.5 I get this warning:
[DEPRECATION WARNING]: The '--tree' argument is deprecated. This feature will be removed from ansible-core version 2.23. Use callback configuration to enable the tree callback instead.
from
|
cmd, args = "ansible --tree %s", [] |
This should be updated it seems.
Hi,
using
ansible v12.3.0/ansible-core v2.19.5I get this warning:from
pytest-testinfra/testinfra/utils/ansible_runner.py
Line 376 in c17794e
This should be updated it seems.