You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
choco install does not seem to work on windows 11 remote system.
To Reproduce
Create windows_deploy.py:
# windows_deploy.py
from pyinfra.operations import choco
from pyinfra.facts.choco import ChocoPackages
choco.install()
# TODO this doesn't work be ps is not recognized
choco.packages(
name="Install Notepad++",
packages=["notepadplusplus"],
)
Describe the bug
choco install does not seem to work on windows 11 remote system.
To Reproduce
Create windows_deploy.py:
Execute pyinfra:
Actual behavior
Expected behavior
Vim is installed on the windows machine.
Meta
The text was updated successfully, but these errors were encountered: