Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Windows] Update URL for downloading ConfigureRemotingForAnsible.ps1 #480

Merged
merged 1 commit into from
Jul 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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