Reactivate ignore-errors in ansible-lint #79

Open
opened 2021-11-28 13:24:24 +01:00 by erdnaxe · 0 comments
Member

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 labels
No milestone
No project
No assignees
1 participant
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
No description provided.