Fix ansible-lint rule violations

This commit is contained in:
ansible-code-bot[bot]
2024-09-11 20:13:03 +00:00
parent 03c8025a68
commit 9dd769e6b8
18 changed files with 126 additions and 132 deletions

View File

@@ -7,8 +7,8 @@
tasks:
- name: Delete resource group
azure_rm_resourcegroup:
name: "webserver_{{ user }}"
azure.azcollection.azure_rm_resourcegroup:
name: webserver_{{ user }}
location: northeurope
state: absent
force_delete_nonempty: true