Ever since we upgraded our EE to Ansible 2.18 we always get a Deprecation warning, but I’m not finding any references to PARAMIKO_LOOK_FOR_KEYS in our ansible.cfg that sits in the root of the project or in any playbooks.
I don’t want to disable all deprecation warnings, but is this legit or something that I’m missing for this particular one? I had assumed we were seeing it because something was set to use the deprecated feature, but is that a false assumption?
ansible --version
[DEPRECATION WARNING]: PARAMIKO_LOOK_FOR_KEYS option. Reason: This option was moved to the plugin itself Alternatives: Use the option from the plugin itself. This feature
will be removed in version 2.20. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
ansible [core 2.18.7]
config file = /runner/ansible.cfg
configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
ansible python module location = /usr/local/lib/python3.12/site-packages/ansible
ansible collection location = /root/.ansible/collections:/usr/share/ansible/collections:/runner/collections
executable location = /usr/local/bin/ansible
python version = 3.12.11 (main, Jun 4 2025, 00:00:00) [GCC 11.5.0 20240719 (Red Hat 11.5.0-7)] (/usr/bin/python3.12)
jinja version = 3.1.6
libyaml = True