ansible / ansible-lint-action

❗️Replaced by https://github.com/marketplace/actions/run-ansible-lint
https://github.com/marketplace/actions/run-ansible-lint
MIT License
254 stars 132 forks source link

Some ansible lint rule are not checked for the playbook #156

Closed aseefahmed closed 1 year ago

aseefahmed commented 1 year ago

name[missing] rule is not checked for the standalone playbook. however, its checked for the role though. here is an example ansible-playbook I tested and once I run ansible-lint, it says 'Passed with production profile: 0 failure(s), 0 warning(s) on 1 files' which means no error/warning found:


audgirka commented 1 year ago

the name[missing] rule applies to both play and tasks