mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +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:
@@ -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
|
||||
|
||||
@@ -35,5 +35,5 @@
|
||||
|
||||
- set_fact:
|
||||
mount_root_dir: "{{ test_dir }}/iso_mount"
|
||||
when:
|
||||
when:
|
||||
- ansible_distribution != "MacOSX"
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user