You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
root@60f15304ae34:/tmp/poc# ansible-lint playbook.ymlPassed with production profile: 0 failure(s), 0 warning(s) on 1 files.A new release of ansible-lint is available: 6.9.1 → 6.14.2root@60f15304ae34:/tmp/poc# ansible-lint playbook.ymlWARNING Unable to load module ansible.windows.win_file at playbook.yml:5 for options validationPassed with production profile: 0 failure(s), 0 warning(s) on 1 files.A new release of ansible-lint is available: 6.10.0 → 6.14.2
gone-for-coding
changed the title
Since 6.10.0: Unable to load module <most windows modules> for options validation
Since 6.10.0: New args rule broken for most windows modules. (Unable to load module <most windows modules> for options validation)
Mar 20, 2023
Summary
When linting playbooks with newer versions of ansible lint this message is printed for windows modules:
Unable to load module <most windows modules> for options validation
The last working version is 6.9.1 - The issue shows up since 6.10.0!
Issue Type
OS / ENVIRONMENT
STEPS TO REPRODUCE
Install collection ansible.windows then lint the following playbook:
Desired Behavior
The linter should not produce a warning.
Actual Behavior
Regarding older versions:
See also:
#2828
The text was updated successfully, but these errors were encountered: