ansible/galaxy-lint-rules

[105GAL] Deprecated with_X for loops - not in Ansible 2.7?

Closed this issue · 1 comments

I'm wondering if the following lint rule:

[105GAL] Deprecated with_X for loops

Is meant to be live yet? I know with_ was slated for deprecation in 2.7 (see ansible/ansible#43795), but that PR was closed with the following message prior to 2.7.0's release:

Closing for now.

We are not planning to continue with deprecation of with_ yet.

This is probably 90% of all the warnings I'm seeing in my own playbooks and roles when testing with this set of rules; and since with_ is not deprecated yet in Ansible, it would be best if we don't say as much using the Galaxy lint rules (at least IMHO).

Closing here - moved to ansible-lint repo (see above reference).