mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-12 07:35:31 +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
|
- name: Block to test remounted option
|
||||||
block:
|
block:
|
||||||
|
- name: Display ansible_system
|
||||||
|
debug:
|
||||||
|
var: ansible_system
|
||||||
- name: Create fstab record for the first swap file
|
- name: Create fstab record for the first swap file
|
||||||
mount:
|
mount:
|
||||||
name: none
|
name: none
|
||||||
|
|
@ -241,7 +244,7 @@
|
||||||
that:
|
that:
|
||||||
- optional_fields_update['changed']
|
- optional_fields_update['changed']
|
||||||
- ''' 0 0'' in optional_fields_content.stdout'
|
- ''' 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
|
- name: Create empty file
|
||||||
community.general.filesize:
|
community.general.filesize:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue