Question: How do I run the following YAML
in Azure Cloud Shell
?
In step 1 of this Ansible tutorial, the author is asking to run the following YAML
- to create a resource group. I'm using PowerShell in Azure Cloud Shell
(where Ansible is pre-installed).
- name: Create resource group
azure_rm_resourcegroup:
name: rg-cs-ansible
location: eastus