Remove and prevent trailing whitespace (#10199)
Some checks are pending
EOL CI / EOL Sanity (Ⓐ2.16) (push) Waiting to run
EOL CI / EOL Units (Ⓐ2.16+py2.7) (push) Waiting to run
EOL CI / EOL Units (Ⓐ2.16+py3.11) (push) Waiting to run
EOL CI / EOL Units (Ⓐ2.16+py3.6) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.16+alpine3+py:azp/posix/1/) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.16+alpine3+py:azp/posix/2/) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.16+alpine3+py:azp/posix/3/) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.16+fedora38+py:azp/posix/1/) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.16+fedora38+py:azp/posix/2/) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.16+fedora38+py:azp/posix/3/) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.16+opensuse15+py:azp/posix/1/) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.16+opensuse15+py:azp/posix/2/) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.16+opensuse15+py:azp/posix/3/) (push) Waiting to run
nox / Run extra sanity tests (push) Waiting to run

* 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
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

@ -71,5 +71,5 @@
- name: Delete line of file test02.cfg
ansible.builtin.lineinfile:
path: "{{ test_dir }}/test02.cfg"
regexp: "test"
regexp: "test"
state: absent

View file

@ -35,5 +35,5 @@
- set_fact:
mount_root_dir: "{{ test_dir }}/iso_mount"
when:
when:
- ansible_distribution != "MacOSX"

View file

@ -25,7 +25,7 @@
dest_iso: "{{ test_dir }}/test.iso"
interchange_level: 3
- include_tasks: iso_customize.yml
- include_tasks: iso_customize.yml
vars:
dest_iso_name: "iso_customize.iso"
@ -51,7 +51,7 @@
joliet: 3
vol_ident: AUTOINSTALL
- include_tasks: iso_customize.yml
- include_tasks: iso_customize.yml
vars:
dest_iso_name: "iso_customize_joliet.iso"