1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-03-22 05:09:12 +00:00

Remove and prevent trailing whitespace (#10199)

* Remove trailing whitespace.

* Add no-trailing-whitespace extra test.

* Re-add needed trailing whitespace.

* Remove one more trailing whitespace.
This commit is contained in:
Felix Fontein 2025-06-07 17:47:22 +02:00 committed by GitHub
parent 41f8e0bad6
commit 8bd68e7e41
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
50 changed files with 119 additions and 115 deletions

View file

@ -9,6 +9,6 @@
# SPDX-License-Identifier: GPL-3.0-or-later
- include_tasks: ubuntu.yml
when:
when:
- ansible_distribution == 'Ubuntu'
- ansible_distribution_release not in ['focal', 'jammy', 'noble']