mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Fix boolean defaults. (#1343)
This commit is contained in:
@@ -34,10 +34,12 @@ options:
|
||||
Private containers, if previously made public, can have live objects
|
||||
available until the TTL on cached objects expires
|
||||
type: bool
|
||||
default: false
|
||||
public:
|
||||
description:
|
||||
- Used to set a container as public, available via the Cloud Files CDN
|
||||
type: bool
|
||||
default: false
|
||||
region:
|
||||
type: str
|
||||
description:
|
||||
|
||||
Reference in New Issue
Block a user