From cea9bbbb58fc9a03e70c0d6a2c8d1f0570625a4d Mon Sep 17 00:00:00 2001 From: Alina Buzachis Date: Mon, 24 Jul 2023 18:34:57 +0200 Subject: [PATCH] Documentation fix (#1649) backup_selection - Documentation fix SUMMARY backup_selection - Documentation fix ISSUE TYPE Docs Pull Request COMPONENT NAME backup_selection Reviewed-by: Helen Bailey Reviewed-by: Mike Graves --- changelogs/fragments/20230707-backup_selection-doc-fix.yml | 2 ++ plugins/modules/backup_selection.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 changelogs/fragments/20230707-backup_selection-doc-fix.yml diff --git a/changelogs/fragments/20230707-backup_selection-doc-fix.yml b/changelogs/fragments/20230707-backup_selection-doc-fix.yml new file mode 100644 index 00000000000..49290016d07 --- /dev/null +++ b/changelogs/fragments/20230707-backup_selection-doc-fix.yml @@ -0,0 +1,2 @@ +trivial: + - "backup_selection - Fix documentation." diff --git a/plugins/modules/backup_selection.py b/plugins/modules/backup_selection.py index 6dd7454e0ee..797fd877d19 100644 --- a/plugins/modules/backup_selection.py +++ b/plugins/modules/backup_selection.py @@ -50,7 +50,7 @@ condition_type: description: - An operation applied to a key-value pair used to assign resources to your backup plan. - - Condition only supports C(string_equals). + - Condition only supports C(STRINGEQUALS). type: str condition_key: description: