mirror of
https://github.com/dev-sec/ansible-collection-hardening
synced 2024-11-10 01:04:13 +00:00
fix paste error
Signed-off-by: Martin Schurz <Martin.Schurz@telekom.de>
This commit is contained in:
parent
e00716df62
commit
5381a23a4a
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@
|
|||
ignore_errors: true
|
||||
|
||||
- name: create recursing symlink to test minimize access
|
||||
sheansible.builtin.shellll: "rm -f /usr/bin/zzz && ln -s /usr/bin /usr/bin/zzz"
|
||||
ansible.builtin.shell: "rm -f /usr/bin/zzz && ln -s /usr/bin /usr/bin/zzz"
|
||||
changed_when: false
|
||||
|
||||
- name: Unmount EFI partition to get rid of vfat filesystem (qemu has no firmware image that inspec can detect)
|
||||
|
|
Loading…
Reference in a new issue