mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-02 14:29:10 -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
|
@ -45,7 +45,7 @@ EXAMPLES = '''
|
|||
- name: Get specific Container Instance facts
|
||||
azure_rm_containerinstance_facts:
|
||||
resource_group: myResourceGroup
|
||||
name: container_group_name
|
||||
name: myContainer
|
||||
|
||||
- name: List Container Instances in a specified resource group name
|
||||
azure_rm_containerinstance_facts:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue