2022-05-26-05

This commit is contained in:
Hideki Saito 2022-05-26 15:32:00 +09:00
parent b311d05751
commit 9166776a66

View file

@ -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: