chocolatey / chocolatey-ansible

The Chocolatey module collection for Ansible
GNU General Public License v3.0
47 stars 29 forks source link

The WinRM setup script used for the ansible client in the testing vagrantfile no longer exists. #150

Open corbob opened 1 month ago

corbob commented 1 month ago

Checklist

What You Are Seeing?

I'm trying to stand up the Ansible testing vagrant found here: https://github.com/chocolatey/chocolatey-ansible/blob/master/testing-chocolatey/Vagrantfile. It is referencing a file on ansible/ansible that no longer exists in that location, and so fails to set WinRM as expected.

What is Expected?

WinRM is configured on the client as expected.

How Did You Get This To Happen?

  1. Run vagrant up in the testing-chocolatey directory.
  2. Note the error when it comes to the Windows client setup (my system locked up between when I observed it and getting to open this issue. I will attempt to circle back and provide the actual error).

System Details

Installed Packages

N/A

Output Log

my system locked up between when I observed it and getting to open this issue. I will attempt to circle back and provide the actual error

Additional Context

No response

corbob commented 1 month ago

I have found the PR that removed this from the repository, and where it has moved: https://github.com/ansible/ansible/pull/81011#issuecomment-1632706339 The linked comment gives some suggestions for referencing this file.