Skip to content

Commit

Permalink
FS-56: update trustrore of unity during minor-update
Browse files Browse the repository at this point in the history
  • Loading branch information
rkrysinski committed Jun 13, 2023
1 parent b8487b0 commit 9f4c8b5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions furms-devops-tooling/install-minor-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@
unityOauthClientPassword: "{{hostvars['localhost']['unityOauthClientPassword']}}"

- import_playbook: setup-certs.yml
vars:
targetHosts: furms_server


1 change: 0 additions & 1 deletion furms-devops-tooling/setup-server-download.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
when: distributionFileStatResult.stat.exists == false
command:
cmd: curl -L {{downloadURL}} --output {{distributionFile}} --silent
warn: false
- file:
path: "{{distributionFile}}"
mode: '0644'
Expand Down

0 comments on commit 9f4c8b5

Please sign in to comment.