mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 04:40:22 -07:00
fix sample in docs (#55420)
This commit is contained in:
parent
339a0f4a8c
commit
22f666c962
13 changed files with 49 additions and 49 deletions
|
@ -46,7 +46,7 @@ EXAMPLES = '''
|
|||
- name: Get facts for app service plan by name
|
||||
azure_rm_appserviceplan_facts:
|
||||
resource_group: myResourceGroup
|
||||
name: winwebapp1
|
||||
name: myAppServicePlan
|
||||
|
||||
- name: Get azure_rm_appserviceplan_facts for app service plan in resource group
|
||||
azure_rm_webapp_facts:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue