Skip to content

Commit

Permalink
[Windows] Update URL for downloading ConfigureRemotingForAnsible.ps1 (#…
Browse files Browse the repository at this point in the history
…480)

Signed-off-by: Qi Zhang <qiz@vmware.com>
  • Loading branch information
keirazhang committed Jul 14, 2023
1 parent 6bc8efb commit 0266d7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion windows/deploy_vm/create_unattend_install_iso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# This task is used for generating ISO file containing OS unattend auto install
# configure file, and/or VMware PVSCSI driver from the downloaded VMware tools
# installation package, and script for configuring Windows for Ansible from this path:
# https://raw.githubusercontent.com/ansible/ansible/devel/examples/scripts/ConfigureRemotingForAnsible.ps1
# https://raw.githubusercontent.com/ansible/ansible-documentation/devel/examples/scripts/ConfigureRemotingForAnsible.ps1
#
- name: Set fact of the timestamp suffix of ISO file name
ansible.builtin.set_fact:
Expand Down
2 changes: 1 addition & 1 deletion windows/deploy_vm/get_ansible_remote_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
- name: Set fact of the ConfigureRemotingForAnsible.ps1 script URL
ansible.builtin.set_fact:
config_remote_windows: "https://raw.githubusercontent.com/ansible/ansible/devel/examples/scripts/ConfigureRemotingForAnsible.ps1"
config_remote_windows: "https://raw.githubusercontent.com/ansible/ansible-documentation/devel/examples/scripts/ConfigureRemotingForAnsible.ps1"
- name: Set fact of the local path for downloaded script
ansible.builtin.set_fact:
config_remote_windows_local: "{{ local_cache }}/{{ config_remote_windows.split('/')[-1] }}"
Expand Down

0 comments on commit 0266d7e

Please sign in to comment.