mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
doc style adjustments: modules [rtuvx]* (#10466)
* doc style adjustments: modules r* * doc style adjustments: modules t* * doc style adjustments: modules u* * doc style adjustments: modules v* * doc style adjustments: modules x* * Update plugins/modules/redis_data.py Co-authored-by: Felix Fontein <felix@fontein.de> --------- Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
@@ -333,7 +333,15 @@ actions:
|
||||
description: A dictionary with the original xpath, namespaces and state.
|
||||
type: dict
|
||||
returned: success
|
||||
sample: {xpath: xpath, namespaces: [namespace1, namespace2], state: present}
|
||||
sample:
|
||||
{
|
||||
"xpath": "xpath",
|
||||
"namespaces": [
|
||||
"namespace1",
|
||||
"namespace2"
|
||||
],
|
||||
"state": "present"
|
||||
}
|
||||
backup_file:
|
||||
description: The name of the backup file that was created.
|
||||
type: str
|
||||
|
||||
Reference in New Issue
Block a user