diff --git a/lib/ansible/modules/cloud/azure/azure_rm_devtestlabpolicy.py b/lib/ansible/modules/cloud/azure/azure_rm_devtestlabpolicy.py index 35f055b0d3e..a52869a9215 100644 --- a/lib/ansible/modules/cloud/azure/azure_rm_devtestlabpolicy.py +++ b/lib/ansible/modules/cloud/azure/azure_rm_devtestlabpolicy.py @@ -17,7 +17,7 @@ DOCUMENTATION = ''' --- module: azure_rm_devtestlabpolicy version_added: "2.8" -short_description: Manage Azure Policy instance. +short_description: Manage Azure Policy instance description: - Create, update and delete instance of Azure Policy. @@ -43,7 +43,7 @@ options: - The description of the policy. fact_name: description: - - The fact name of the policy (e.g. C(lab_vm_count), C(lab_vm_size), MaxVmsAllowedPerLab, etc. + - The fact name of the policy (e.g. C(lab_vm_count), C(lab_vm_size)), MaxVmsAllowedPerLab, etc. choices: - 'user_owned_lab_vm_count' - 'user_owned_lab_premium_vm_count' @@ -59,19 +59,19 @@ options: type: raw state: description: - - Assert the state of the Policy. - - Use C(present) to create or update an Policy and C(absent) to delete it. + - Assert the state of the Policy. + - Use C(present) to create or update an Policy and C(absent) to delete it. default: present choices: - - absent - - present + - absent + - present extends_documentation_fragment: - azure - azure_tags author: - - "Zim Kalinowski (@zikalino)" + - Zim Kalinowski (@zikalino) ''' diff --git a/lib/ansible/modules/cloud/azure/azure_rm_devtestlabpolicy_facts.py b/lib/ansible/modules/cloud/azure/azure_rm_devtestlabpolicy_facts.py index ab89d72be3d..da9378afd6b 100644 --- a/lib/ansible/modules/cloud/azure/azure_rm_devtestlabpolicy_facts.py +++ b/lib/ansible/modules/cloud/azure/azure_rm_devtestlabpolicy_facts.py @@ -17,7 +17,7 @@ DOCUMENTATION = ''' --- module: azure_rm_devtestlabpolicy_facts version_added: "2.8" -short_description: Get Azure DTL Policy facts. +short_description: Get Azure DTL Policy facts description: - Get facts of Azure DTL Policy. @@ -45,7 +45,7 @@ extends_documentation_fragment: - azure author: - - "Zim Kalinowski (@zikalino)" + - Zim Kalinowski (@zikalino) ''' @@ -60,7 +60,8 @@ EXAMPLES = ''' RETURN = ''' policies: - description: A list of dictionaries containing facts for Policy. + description: + - A list of dictionaries containing facts for Policy. returned: always type: complex contains: