mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-06-30 07:50:43 +00:00
Renaming inconsistent module name (#54513)
This commit is contained in:
parent
20ac19bf2e
commit
af2e5fc761
5 changed files with 12 additions and 5 deletions
|
|
@ -68,7 +68,7 @@
|
|||
version: latest
|
||||
|
||||
- name: Create VM Extension
|
||||
azure_rm_virtualmachine_extension:
|
||||
azure_rm_virtualmachineextension:
|
||||
resource_group: "{{ resource_group }}"
|
||||
name: testVMExtension
|
||||
virtual_machine_name: testVM
|
||||
|
|
@ -125,7 +125,7 @@
|
|||
- results.extensions[0]['provisioning_state'] != None
|
||||
|
||||
- name: Delete VM Extension
|
||||
azure_rm_virtualmachine_extension:
|
||||
azure_rm_virtualmachineextension:
|
||||
resource_group: "{{ resource_group }}"
|
||||
name: testVMExtension
|
||||
virtual_machine_name: testVM
|
||||
Loading…
Add table
Add a link
Reference in a new issue