Skip to content

Commit

Permalink
try this
Browse files Browse the repository at this point in the history
  • Loading branch information
l3acon committed May 22, 2024
1 parent cd3df0f commit c2eae79
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions vmware/install_ssms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
vars:
exe_path: C:\Users\Administrator\Downloads\SSMS-Setup-ENU.exe
tasks:
- name: Install package
ansible.windows.win_get_url:
url: "{{ ssms_installation_source }}"
dest: "{{ exe_path }}"
# - name: Download setup
# ansible.windows.win_get_url:
# url: "{{ ssms_installation_source }}"
# dest: "{{ exe_path }}"

- name: Install package
ansible.windows.win_package:
Expand Down

0 comments on commit c2eae79

Please sign in to comment.