mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-11 15:15:26 +01:00
Clean up main.yml
This commit is contained in:
parent
dd7d29495d
commit
ed573a8223
1 changed files with 1 additions and 2 deletions
|
|
@ -360,7 +360,6 @@
|
|||
mount:
|
||||
path: /tmp/myfs
|
||||
state: absent
|
||||
when: ansible_system in ('Linux')
|
||||
|
||||
- name: Remove the test FS
|
||||
file:
|
||||
|
|
@ -369,4 +368,4 @@
|
|||
loop:
|
||||
- /tmp/myfs.img
|
||||
- /tmp/myfs
|
||||
when: ansible_system in ('Linux')
|
||||
when: ansible_system in ('Linux')
|
||||
Loading…
Reference in a new issue