Skip to content

Commit

Permalink
change cert env meta from prod to z/OS.
Browse files Browse the repository at this point in the history
Signed-off-by: Bryant Panyarachun <[email protected]>
  • Loading branch information
itsBryantP committed Nov 9, 2024
1 parent 095b1d3 commit c823ac9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ibm_concert/cert_renewal/renew_cert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@
-H 'Authorization: {{ concert_api_key_type }} {{ concert_api_key }}' \
-F 'data_type=certificate' \
-F 'filename=@{{ playbook_dir }}/{{ concert_csv_file }}' \
-F 'metadata={"env_name" : "prod"}'
-F 'metadata={"env_name" : "z/OS"}'
delegate_to: localhost

- name: Resolve incident in ServiceNow
Expand Down
2 changes: 1 addition & 1 deletion ibm_concert/cert_renewal/send_cert_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
-H 'Authorization: {{ concert_api_key_type }} {{ concert_api_key }}' \
-F 'data_type=certificate' \
-F 'filename=@{{ playbook_dir }}/{{ concert_csv_file }}' \
-F 'metadata={"env_name" : "prod"}'
-F 'metadata={"env_name" : "z/OS"}'
delegate_to: localhost

always:
Expand Down

0 comments on commit c823ac9

Please sign in to comment.