You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello team,
I believe the playbooks and roles require an adjustment to include the 'Organization' from Intersight without which the playbook will fail to deploy the policies on Intersight.
To address this 2 adjustments were made:
Collect the organization from a name to a var 'organization' (maybe a role can be created for that)
Hello team,
I believe the playbooks and roles require an adjustment to include the 'Organization' from Intersight without which the playbook will fail to deploy the policies on Intersight.
To address this 2 adjustments were made:
Collect the organization from a name to a var 'organization' (maybe a role can be created for that)
Then in the required roles, "api_body" was adjusted to include the intended organization:
"Organization":"{{ organization.api_response.Moid }}",
The text was updated successfully, but these errors were encountered: