mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Adjust booleans in cloud modules. (#5155)
This commit is contained in:
@@ -63,7 +63,7 @@ options:
|
||||
from Cloud Files. Setting to false downloads the contents of a container to a single,
|
||||
flat directory
|
||||
type: bool
|
||||
default: 'yes'
|
||||
default: true
|
||||
type:
|
||||
type: str
|
||||
description:
|
||||
@@ -153,14 +153,14 @@ EXAMPLES = '''
|
||||
method: get
|
||||
src: FileThatDoesNotExist.jpg
|
||||
dest: ~/Downloads/testcont
|
||||
ignore_errors: yes
|
||||
ignore_errors: true
|
||||
|
||||
- name: "Attempt to delete remote object that does not exist"
|
||||
community.general.rax_files_objects:
|
||||
container: testcont
|
||||
method: delete
|
||||
dest: FileThatDoesNotExist.jpg
|
||||
ignore_errors: yes
|
||||
ignore_errors: true
|
||||
|
||||
- name: "Test Cloud Files Objects Metadata"
|
||||
hosts: local
|
||||
|
||||
Reference in New Issue
Block a user