Skip to content

Commit 9f4c8b5

Browse files
committed
FS-56: update trustrore of unity during minor-update
1 parent b8487b0 commit 9f4c8b5

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

furms-devops-tooling/install-minor-update.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,5 @@
1313
unityOauthClientPassword: "{{hostvars['localhost']['unityOauthClientPassword']}}"
1414

1515
- import_playbook: setup-certs.yml
16-
vars:
17-
targetHosts: furms_server
16+
1817

furms-devops-tooling/setup-server-download.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
when: distributionFileStatResult.stat.exists == false
88
command:
99
cmd: curl -L {{downloadURL}} --output {{distributionFile}} --silent
10-
warn: false
1110
- file:
1211
path: "{{distributionFile}}"
1312
mode: '0644'

0 commit comments

Comments
 (0)