-
Notifications
You must be signed in to change notification settings - Fork 741
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deprecation warnings for os_hardening #638
Comments
Thank you for reporting this. This is however not a bug in our collection, the deprecation warning is triggered by using Here is an example playbook: - hosts: localhost
gather_facts: False
tasks:
- name: test
debug:
msg: "{{ item }}"
with_community.general.flattened:
- a
- b
- c which produces the output:
The feature was deprecated in Ansible with ansible/ansible#78244. And it seems this deprecation has not been applied to the community.general code. I will open a PR in their repository but we have no influence on when this will be merged or shipped. |
I have opened a PR in Ansible community.general (ansible-collections/community.general#6074) and will now close this issue, since nothing can be done from our side. |
Description
Reproduction steps
Current Behavior
"DEPRECATION WARNING" is shown
Expected Behavior
"DEPRECATION WARNING" is not shown
OS / Environment
centos8
Ansible Version
Collection Version
collections: - name: devsec.hardening version: "8.4.0"
Additional information
No response
The text was updated successfully, but these errors were encountered: