Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nctiggy authored Oct 20, 2020
1 parent 4feb080 commit 08cda35
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@
user: "{{ vxflex_gateway_username }}"
password: "{{ auth.json }}"
body: { "protectionDomainId": "{{ protection_domain_id.json }}",
"mediaType": "{{ vxflex_media_type }}",
"name": "{{ vxflex_storage_pool_name }}"}
force_basic_auth: yes
body_format: json
Expand All @@ -153,7 +154,7 @@
user: "{{ vxflex_gateway_username }}"
password: "{{ auth.json }}"
body: { "protectionDomainId": "{{ protection_domain_id.json }}",
"name": "{{ vxflex_storage_pool_name }}", "mediaType": "SSD"}
"name": "{{ vxflex_storage_pool_name }}", "mediaType": "{{ vxflex_media_type }}"}
force_basic_auth: yes
body_format: json
validate_certs: False
Expand Down

0 comments on commit 08cda35

Please sign in to comment.