Skip to content

Commit

Permalink
vmware is now checking headers for getting their download, so fixing …
Browse files Browse the repository at this point in the history
  • Loading branch information
elreydetoda committed May 7, 2021
1 parent 8088222 commit 7d31a1f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions roles/vmware/tasks/install_VMware.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
dest: /tmp/vmware-workstation.bundle
url: "{{ vmware_bundle_url }}"
checksum: "{{ vmware_bundle_checksum }}"
header:
Accept-Language: 'en-US,en;q=0.5'
Connection: 'keep-alive'
User-Agent: 'Mozilla'
mode: "0777"

- name: Ensure /etc/init.d directory exists
Expand Down

0 comments on commit 7d31a1f

Please sign in to comment.