Skip to content

Commit

Permalink
Merge branch 'adoptium:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
steelhead31 authored Nov 20, 2023
2 parents 754cf29 + 43edbd9 commit 23975e8
Showing 1 changed file with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,16 @@
Skipping Xcode installation"
when: not xcode11_installed.stat.exists and apple_variables is not defined

- name: Download XCode 11.7 from Azure blob storage
get_url:
url: "https://ansiblestorageadopt.blob.core.windows.net/xcode11-7/Xcode_11.7.xip?{{ XCode11.7_SAS_TOKEN }}"
dest: /tmp/Xcode_11.7.xip
mode: 0755
when: not xcode11_installed.stat.exists and apple_variables is defined

- name: Install Xcode11.7
when: not xcode11_installed.stat.exists and apple_variables is defined
block:
- name: Download XCode 11.7 from Azure blob storage
get_url:
url: "https://ansiblestorageadopt.blob.core.windows.net/xcode11-7/Xcode_11.7.xip?{{ XCode11.7_SAS_TOKEN }}"
dest: /tmp/Xcode_11.7.xip
mode: 0755

- name: Extract Xcode11.7
shell: xip -x /tmp/Xcode_11.7.xip
Expand Down

0 comments on commit 23975e8

Please sign in to comment.