Unverified Commit 6bc03f69 authored by Raghupathi's avatar Raghupathi Committed by GitHub
Browse files

Update main.yml

Showing with 4 additions and 0 deletions
+4 -0
......@@ -105,6 +105,10 @@
dest: "{{ config_path }}/config.ini"
backup: yes
- name: Copy GCP Secrets to JSON file
copy: dest="{{config_path}}/{{ml_GCP_secret_json_file}}" content="{{ ml_GCP_Secrets | to_nice_json}}" mode=0644 owner="{{ USER }}"
when: ML_Cloud_Service_Provider == 'GCP'
- name: Templating the shell_script_config.j2 to shell_script_config
template:
src: "shell_script_config.j2"
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment