diff --git a/lib/ansible/modules/cloud/azure/azure_rm_postgresqlconfiguration.py b/lib/ansible/modules/cloud/azure/azure_rm_postgresqlconfiguration.py index 7851a2691b..8cd9daa82d 100644 --- a/lib/ansible/modules/cloud/azure/azure_rm_postgresqlconfiguration.py +++ b/lib/ansible/modules/cloud/azure/azure_rm_postgresqlconfiguration.py @@ -17,7 +17,7 @@ DOCUMENTATION = ''' --- module: azure_rm_postgresqlconfiguration version_added: "2.8" -short_description: Manage Azure PostgreSQL Configuration. +short_description: Manage Azure PostgreSQL Configuration description: - Update or reset Azure PostgreSQL Configuration setting. @@ -39,8 +39,7 @@ options: - Setting value. state: description: - - Assert the state of the PostgreSQL setting. Use C(present) to update setting, or - C(absent) to reset to default value. + - Assert the state of the PostgreSQL setting. Use C(present) to update setting, or C(absent) to reset to default value. default: present choices: - absent @@ -50,7 +49,7 @@ extends_documentation_fragment: - azure author: - - "Zim Kalinowski (@zikalino)" + - Zim Kalinowski (@zikalino) ''' @@ -66,7 +65,7 @@ EXAMPLES = ''' RETURN = ''' id: description: - - Resource ID + - Resource ID. returned: always type: str sample: "/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/myResourceGroup/providers/Microsoft.DBforPostgreSQL/servers/myServer/confi diff --git a/lib/ansible/modules/cloud/azure/azure_rm_postgresqlconfiguration_facts.py b/lib/ansible/modules/cloud/azure/azure_rm_postgresqlconfiguration_facts.py index a7a1933b88..7a37ff47c6 100644 --- a/lib/ansible/modules/cloud/azure/azure_rm_postgresqlconfiguration_facts.py +++ b/lib/ansible/modules/cloud/azure/azure_rm_postgresqlconfiguration_facts.py @@ -17,7 +17,7 @@ DOCUMENTATION = ''' --- module: azure_rm_postgresqlconfiguration_facts version_added: "2.8" -short_description: Get Azure PostgreSQL Configuration facts. +short_description: Get Azure PostgreSQL Configuration facts description: - Get facts of Azure PostgreSQL Configuration. @@ -38,7 +38,7 @@ extends_documentation_fragment: - azure author: - - "Zim Kalinowski (@zikalino)" + - Zim Kalinowski (@zikalino) ''' @@ -57,13 +57,14 @@ EXAMPLES = ''' RETURN = ''' settings: - description: A list of dictionaries containing MySQL Server settings. + description: + - A list of dictionaries containing MySQL Server settings. returned: always type: complex contains: id: description: - - Setting resource ID + - Setting resource ID. returned: always type: str sample: "/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/testrg/providers/Microsoft.DBforPostgreSQL/servers/testpostgresqlser