There was an error while loading. Please reload this page.
1 parent 09db1d3 commit ee5680dCopy full SHA for ee5680d
1 file changed
ansible/roles_ocp_workloads/ocp4_workload_acm_cloud_credentials/tasks/workload.yml
@@ -23,6 +23,10 @@
23
AZURE_TENANT: "{{ azure_tenant }}"
24
AZURE_CONFIG_DIR: "/tmp/azr-{{ guid }}"
25
block:
26
+ - name: Get requester email
27
+ set_fact:
28
+ requester_email: "{{ email }}"
29
+
30
- name: Run the azure add user to subscription
31
include_role:
32
name: open-env-azure-add-user-to-subscription
0 commit comments