Reactivate ignore-errors in ansible-lint #79

Open
opened 2 years ago by erdnaxe · 0 comments
Collaborator

ansible-lint currently ignores these errors :

ignore-errors: Use failed_when and specify error conditions instead of using ignore_errors

roles/basesecurity/tasks/main.yml:10 Task/Handler: Desactivate setuid/setgid on unused binaries


ignore-errors: Use failed_when and specify error conditions instead of using ignore_errors

roles/ldap_client/handlers/main.yml:11 Task/Handler: Restart nscd service


ignore-errors: Use failed_when and specify error conditions instead of using ignore_errors

roles/radius/tasks/main.yml:34 Task/Handler: try to install freeradius-python3 (this will fail on post-install)


ignore-errors: Use failed_when and specify error conditions instead of using ignore_errors

roles/radius/tasks/main.yml:47 Task/Handler: reinstall broken package (this might fail too, for different reasons)


ignore-errors: Use failed_when and specify error conditions instead of using ignore_errors

roles/radius/tasks/main.yml:157 Task/Handler: Nuking - Remove old subscription if it exists
ansible-lint currently ignores these errors : ``` ignore-errors: Use failed_when and specify error conditions instead of using ignore_errors roles/basesecurity/tasks/main.yml:10 Task/Handler: Desactivate setuid/setgid on unused binaries ignore-errors: Use failed_when and specify error conditions instead of using ignore_errors roles/ldap_client/handlers/main.yml:11 Task/Handler: Restart nscd service ignore-errors: Use failed_when and specify error conditions instead of using ignore_errors roles/radius/tasks/main.yml:34 Task/Handler: try to install freeradius-python3 (this will fail on post-install) ignore-errors: Use failed_when and specify error conditions instead of using ignore_errors roles/radius/tasks/main.yml:47 Task/Handler: reinstall broken package (this might fail too, for different reasons) ignore-errors: Use failed_when and specify error conditions instead of using ignore_errors roles/radius/tasks/main.yml:157 Task/Handler: Nuking - Remove old subscription if it exists ```
Sign in to join this conversation.
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: aurore/ansible#79
Loading…
There is no content yet.