mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
remove comments from multiplle yaml string that breaks tests for now
This commit is contained in:
parent
2a4bf670bb
commit
c20433e5e4
1 changed files with 0 additions and 1 deletions
|
@ -145,7 +145,6 @@
|
||||||
|
|
||||||
- name: Copy some module to custom repo
|
- name: Copy some module to custom repo
|
||||||
win_shell: |
|
win_shell: |
|
||||||
|
|
||||||
# Need PSGet 1.6.0 for publishing and named repo usage
|
# Need PSGet 1.6.0 for publishing and named repo usage
|
||||||
$psg = [PSCustomObject]@{ n="PowerShellGet"; v="1.6.0"};
|
$psg = [PSCustomObject]@{ n="PowerShellGet"; v="1.6.0"};
|
||||||
Remove-Module -Name $psg.n -Force -EA SilentlyContinue;
|
Remove-Module -Name $psg.n -Force -EA SilentlyContinue;
|
||||||
|
|
Loading…
Reference in a new issue