Fix YAML-Lint error by removing empty-line

Signed-off-by: Pruteanu <ionut.pruteanu@siemens.com>
This commit is contained in:
Pruteanu 2024-02-23 14:27:05 +02:00
parent 6fd2c758e4
commit 76f2f5ae89
No known key found for this signature in database
GPG key ID: 8665D673971C2D62

View file

@ -201,7 +201,6 @@
- level1_server - level1_server
- level1_workstation - level1_workstation
- name: "PRELIM | 5.3.4 | Find all sudoers files." - name: "PRELIM | 5.3.4 | Find all sudoers files."
ansible.builtin.shell: "find /etc/sudoers /etc/sudoers.d/ -type f ! -name '*~' ! -name '*.*'" ansible.builtin.shell: "find /etc/sudoers /etc/sudoers.d/ -type f ! -name '*~' ! -name '*.*'"
changed_when: false changed_when: false