Skip to content

Commit

Permalink
ACA-1638: Removing the elements:str statment from azure_manage_postg…
Browse files Browse the repository at this point in the history
…resql/meta/argument_specs.yml file of azure_manage_postgresql_tags variable

Signed-off-by: hyaish <hyaish@redhat.com>
  • Loading branch information
Yaish25491 committed Aug 5, 2024
1 parent 0e87dec commit 6089eb7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
bugfixes:
- Removing the "elements:str" statment from azure_manage_postgresql/meta/argument_specs.yml file of azure_manage_postgresql_tags variable.
2 changes: 1 addition & 1 deletion roles/azure_manage_postgresql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Example Playbook
azure_manage_postgresql_postgresql_storage_mb: 5120
azure_manage_postgresql_postgresql_sku:
name: B_Gen5_1
azure_manage_postgresql_resource_group_tags:
azure_manage_postgresql_tags:
tag0: "tag0"
tag1: "tag1"
azure_manage_postgresql_postgresql_settings:
Expand Down
1 change: 0 additions & 1 deletion roles/azure_manage_postgresql/meta/argument_specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ argument_specs:
azure_manage_postgresql_tags:
description: Dictionary of string:string pairs to assign as metadata to the object.
type: dict
elements: str
azure_manage_postgresql_postgresql_name:
description: The name of the Server.
azure_manage_postgresql_postgresql_sku:
Expand Down

0 comments on commit 6089eb7

Please sign in to comment.