From bef9354cd58661ebed0c4dc34d6183a6cc57dc33 Mon Sep 17 00:00:00 2001 From: Qi Zhang Date: Thu, 13 Jul 2023 12:11:04 +0800 Subject: [PATCH] Update URL for downloading ConfigureRemotingForAnsible.ps1 Signed-off-by: Qi Zhang --- windows/deploy_vm/create_unattend_install_iso.yml | 2 +- windows/deploy_vm/get_ansible_remote_config.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/deploy_vm/create_unattend_install_iso.yml b/windows/deploy_vm/create_unattend_install_iso.yml index 5f28dc94e..9b7bafd87 100644 --- a/windows/deploy_vm/create_unattend_install_iso.yml +++ b/windows/deploy_vm/create_unattend_install_iso.yml @@ -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: diff --git a/windows/deploy_vm/get_ansible_remote_config.yml b/windows/deploy_vm/get_ansible_remote_config.yml index 4f8e3c8de..62bcb411e 100644 --- a/windows/deploy_vm/get_ansible_remote_config.yml +++ b/windows/deploy_vm/get_ansible_remote_config.yml @@ -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] }}"