From 983a598bb6d7acc9c7c5b280b9759a2b80a1181a Mon Sep 17 00:00:00 2001 From: Mandar Kulkarni Date: Wed, 22 May 2024 13:53:59 -0700 Subject: [PATCH] sanity fix --- plugins/modules/backup_plan.py | 12 ++++++------ plugins/modules/backup_plan_info.py | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/plugins/modules/backup_plan.py b/plugins/modules/backup_plan.py index bee6043b41c..a5994655fea 100644 --- a/plugins/modules/backup_plan.py +++ b/plugins/modules/backup_plan.py @@ -33,7 +33,7 @@ rules: description: - An array of BackupRule objects, each of which specifies a scheduled task that is used to back up a selection of resources. - - Required when O(state=present). + - Required when o(state=present). type: list elements: dict suboptions: @@ -83,7 +83,7 @@ delete_after_days: description: Specifies the number of days after creation that a recovery point is deleted. Must be greater than V(90) days plus - O(rules.lifecycle.move_to_cold_storage_after_days). + o(rules.lifecycle.move_to_cold_storage_after_days). type: int recovery_point_tags: description: To help organize your resources, you can assign your own metadata to the resources that you create. @@ -115,7 +115,7 @@ delete_after_days: description: Specifies the number of days after creation that a recovery point is deleted. Must be greater than V(90) days plus - O(rules.copy_actions.lifecycle.move_to_cold_storage_after_days). + o(rules.copy_actions.lifecycle.move_to_cold_storage_after_days). type: int enable_continuous_backup: description: @@ -276,7 +276,7 @@ description: - Defines when a protected resource is transitioned to cold storage and when it expires. type: dict - returned: when O(rules.lifecycle) configured + returned: when o(rules.lifecycle) configured sample: { "delete_after_days": 100, "move_to_cold_storage_after_days": 10 @@ -286,7 +286,7 @@ - An array of key-value pair strings that are assigned to resources that are associated with this rule when restored from backup. type: dict - returned: when O(rules.recovery_point_tags) configured + returned: when o(rules.recovery_point_tags) configured sample: { "Tagkey1": "TagValue1", "Tagkey2": "TagValue2" @@ -299,7 +299,7 @@ sample: "973621ef-d863-41ef-b5c3-9e943a64ad0c" copy_actions: description: An array of CopyAction objects, which contains the details of the copy operation. - returned: when O(rules.copy_actions) configured + returned: when o(rules.copy_actions) configured type: list elements: dict sample: [ diff --git a/plugins/modules/backup_plan_info.py b/plugins/modules/backup_plan_info.py index 40e9259be76..6085ac346f5 100644 --- a/plugins/modules/backup_plan_info.py +++ b/plugins/modules/backup_plan_info.py @@ -155,7 +155,7 @@ description: - Defines when a protected resource is transitioned to cold storage and when it expires. type: dict - returned: when O(rules.lifecycle) configured + returned: when o(rules.lifecycle) configured sample: { "delete_after_days": 100, "move_to_cold_storage_after_days": 10 @@ -165,7 +165,7 @@ - An array of key-value pair strings that are assigned to resources that are associated with this rule when restored from backup. type: dict - returned: when O(rules.recovery_point_tags) configured + returned: when o(rules.recovery_point_tags) configured sample: { "Tagkey1": "TagValue1", "Tagkey2": "TagValue2" @@ -178,7 +178,7 @@ sample: "973621ef-d863-41ef-b5c3-9e943a64ad0c" copy_actions: description: An array of CopyAction objects, which contains the details of the copy operation. - returned: when O(rules.copy_actions) configured + returned: when o(rules.copy_actions) configured type: list elements: dict sample: [