mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-11 23:25:28 +01:00
2022-05-26-05
This commit is contained in:
parent
b311d05751
commit
9166776a66
1 changed files with 4 additions and 1 deletions
|
|
@ -128,6 +128,9 @@
|
|||
|
||||
- name: Block to test remounted option
|
||||
block:
|
||||
- name: Display ansible_system
|
||||
debug:
|
||||
var: ansible_system
|
||||
- name: Create fstab record for the first swap file
|
||||
mount:
|
||||
name: none
|
||||
|
|
@ -241,7 +244,7 @@
|
|||
that:
|
||||
- optional_fields_update['changed']
|
||||
- ''' 0 0'' in optional_fields_content.stdout'
|
||||
# - 1 == optional_fields_content.stdout_lines | length
|
||||
- 1 == optional_fields_content.stdout_lines | length
|
||||
|
||||
- name: Create empty file
|
||||
community.general.filesize:
|
||||
|
|
|
|||
Loading…
Reference in a new issue