mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-09 18:51:29 -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
|
@ -148,11 +148,11 @@ EXAMPLES = '''
|
|||
- name: Create sample container group
|
||||
azure_rm_containerinstance:
|
||||
resource_group: myResourceGroup
|
||||
name: mynewcontainergroup
|
||||
name: myContainerInstanceGroup
|
||||
os_type: linux
|
||||
ip_address: public
|
||||
containers:
|
||||
- name: mycontainer1
|
||||
- name: myContainer1
|
||||
image: httpd
|
||||
memory: 1.5
|
||||
ports:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue