Trey Phillips

Results 4 comments of Trey Phillips

@slmingol Hey I know it's been over a year, but in case it's still needed you can use the Ansible idrac_redfish_config module to set the attributes. I just tested on...

@Fred-sun Sorry for the delay, and thank you for the reply. It isn't an issue, so much as a nice to have. The azure_rm_appserviceplan module in it's current state doesn't...

Hey @mexicanopelon, I ended up with a workaround using the azapi_resource module, it wasn't ideal but was at least functional. Below is a (very) sanitized version of the code. That...

@mexicanopelon in the spirit of the Issue, here's the Ansible workaround ```yaml - name: Create Azure App Service Plan on ASE azurerm.azcollection.azure_rm_resource: cloud_environment: AzureCloud tenant: "{{ tenant_id }}" subscription_id: "{{...