mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
win_product_facts: Fix pslint issues (#37722)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#!powershell
|
||||
# This file is part of Ansible
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
# Copyright: (c) 2017, Dag Wieers (dagwieers) <dag@wieers.com>
|
||||
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||
@@ -8,7 +8,8 @@
|
||||
|
||||
$ErrorActionPreference = "Stop"
|
||||
|
||||
$params = Parse-Args -arguments $args -supports_check_mode $true
|
||||
# This module does not use any module parameters, this avoids pslint complaining
|
||||
#$params = Parse-Args -arguments $args -supports_check_mode $true
|
||||
|
||||
$result = @{
|
||||
changed = $false
|
||||
|
||||
Reference in New Issue
Block a user