mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 08:13:08 +00:00
remove comments from multiplle yaml string that breaks tests for now
This commit is contained in:
@@ -145,7 +145,6 @@
|
||||
|
||||
- name: Copy some module to custom repo
|
||||
win_shell: |
|
||||
|
||||
# Need PSGet 1.6.0 for publishing and named repo usage
|
||||
$psg = [PSCustomObject]@{ n="PowerShellGet"; v="1.6.0"};
|
||||
Remove-Module -Name $psg.n -Force -EA SilentlyContinue;
|
||||
|
||||
Reference in New Issue
Block a user