Skip to content

Commit

Permalink
Update demo_setup.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
IPvSean committed Sep 6, 2019
1 parent fa7708d commit 4cfdd17
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions demos/servicenow/2-closed_loop_incident_mgmt/demo_setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@
tower_host: https://localhost
tower_verify_ssl: no

- name: Add Custom Credential
command: tower-cli job_template associate_credential --job-template 'SNOW-Demo-Compliance-Check' --credential 'SNOW Credential' --insecure -h https://localhost -u {{ tower_username }} -p {{ tower_password }} --organization Default --insecure
- name: associate snow cred to check
command: tower-cli job_template associate_credential --job-template 'SNOW-Demo-Compliance-Check' --credential 'SNOW Credential' --insecure -h https://localhost -u {{ tower_username }} -p {{ tower_password }} --insecure

- name: Add Custom Credential
command: tower-cli job_template associate_credential --job-template 'SNOW-Demo-Compliance-Fix' --credential 'SNOW Credential' --insecure -h https://localhost -u {{ tower_username }} -p {{ tower_password }} --organization Default --insecure
- name: associate snow cred to check
command: tower-cli job_template associate_credential --job-template 'SNOW-Demo-Compliance-Fix' --credential 'SNOW Credential' --insecure -h https://localhost -u {{ tower_username }} -p {{ tower_password }} --insecure

0 comments on commit 4cfdd17

Please sign in to comment.