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