mirror of
https://github.com/saltstack-formulas/packages-formula.git
synced 2025-04-10 14:51:42 +00:00
ci(proxy+windows): fix setting up WinRM [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/392
This commit is contained in:
parent
03c9093ac7
commit
a8b653431d
2 changed files with 5 additions and 9 deletions
12
.github/workflows/kitchen.windows.yml
vendored
12
.github/workflows/kitchen.windows.yml
vendored
|
@ -44,10 +44,8 @@ jobs:
|
|||
New-LocalUser $env:machine_user -Password $password
|
||||
Add-LocalGroupMember -Group "Administrators" -Member $env:machine_user
|
||||
- name: 'Set up WinRM'
|
||||
run: >
|
||||
Set-WSManQuickConfig -Force;
|
||||
Set-WSManInstance -ResourceURI winrm/config/service
|
||||
-ValueSet @{AllowUnencrypted="true"}
|
||||
run: |
|
||||
Set-WSManQuickConfig -Force
|
||||
- name: 'Run Bundler'
|
||||
run: |
|
||||
ruby --version
|
||||
|
@ -88,10 +86,8 @@ jobs:
|
|||
New-LocalUser $env:machine_user -Password $password
|
||||
Add-LocalGroupMember -Group "Administrators" -Member $env:machine_user
|
||||
- name: 'Set up WinRM'
|
||||
run: >
|
||||
Set-WSManQuickConfig -Force;
|
||||
Set-WSManInstance -ResourceURI winrm/config/service
|
||||
-ValueSet @{AllowUnencrypted="true"}
|
||||
run: |
|
||||
Set-WSManQuickConfig -Force
|
||||
- name: 'Run Bundler'
|
||||
run: |
|
||||
ruby --version
|
||||
|
|
|
@ -11,7 +11,7 @@ driver:
|
|||
|
||||
provisioner:
|
||||
salt_install: bootstrap
|
||||
salt_bootstrap_options: -pythonVersion 3
|
||||
salt_bootstrap_options: -pythonVersion 3 -version 3003.3
|
||||
|
||||
platforms:
|
||||
- name: windows-2019-latest-py3
|
||||
|
|
Loading…
Add table
Reference in a new issue