mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-22 12:03:58 -07:00
Adjust YAML files (#10233)
Adjust YAML files.
(cherry picked from commit eaa5e07b28
)
This commit is contained in:
parent
e8ff74f077
commit
a9e892952d
244 changed files with 7272 additions and 7329 deletions
|
@ -44,8 +44,8 @@
|
|||
- debug: var=iso_file
|
||||
- assert:
|
||||
that:
|
||||
- iso_result is changed
|
||||
- iso_file.stat.exists == False
|
||||
- iso_result is changed
|
||||
- iso_file.stat.exists == False
|
||||
|
||||
- name: Create iso file with a specified file
|
||||
iso_create:
|
||||
|
@ -63,8 +63,8 @@
|
|||
|
||||
- assert:
|
||||
that:
|
||||
- iso_result is changed
|
||||
- iso_file.stat.exists == True
|
||||
- iso_result is changed
|
||||
- iso_file.stat.exists == True
|
||||
|
||||
- name: Create iso file with a specified file and folder
|
||||
iso_create:
|
||||
|
@ -83,8 +83,8 @@
|
|||
|
||||
- assert:
|
||||
that:
|
||||
- iso_result is changed
|
||||
- iso_file.stat.exists == True
|
||||
- iso_result is changed
|
||||
- iso_file.stat.exists == True
|
||||
|
||||
- name: Create iso file with volume identification string
|
||||
iso_create:
|
||||
|
@ -102,8 +102,8 @@
|
|||
|
||||
- assert:
|
||||
that:
|
||||
- iso_result is changed
|
||||
- iso_file.stat.exists == True
|
||||
- iso_result is changed
|
||||
- iso_file.stat.exists == True
|
||||
|
||||
- name: Create iso file with Rock Ridge extension
|
||||
iso_create:
|
||||
|
@ -121,8 +121,8 @@
|
|||
|
||||
- assert:
|
||||
that:
|
||||
- iso_result is changed
|
||||
- iso_file.stat.exists == True
|
||||
- iso_result is changed
|
||||
- iso_file.stat.exists == True
|
||||
|
||||
- name: Create iso file with Joliet extension
|
||||
iso_create:
|
||||
|
@ -140,8 +140,8 @@
|
|||
|
||||
- assert:
|
||||
that:
|
||||
- iso_result is changed
|
||||
- iso_file.stat.exists == True
|
||||
- iso_result is changed
|
||||
- iso_file.stat.exists == True
|
||||
|
||||
- name: Create iso file with UDF enabled
|
||||
iso_create:
|
||||
|
@ -159,5 +159,5 @@
|
|||
|
||||
- assert:
|
||||
that:
|
||||
- iso_result is changed
|
||||
- iso_file.stat.exists == True
|
||||
- iso_result is changed
|
||||
- iso_file.stat.exists == True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue