mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Make na_ontap_user idempotent (#51509)
* changes to clusteR * Revert "changes to clusteR" This reverts commit 33ee1b71e4bc8435fb315762a871f8c4cb6c5f80. * Fix Idempotent issue * Fix author * Fix author
This commit is contained in:
committed by
John R Barker
parent
053081a8a0
commit
bd8e75a67b
@@ -17,7 +17,7 @@ from ansible.modules.storage.netapp.na_ontap_user \
|
||||
import NetAppOntapUser as my_module # module under test
|
||||
|
||||
if not netapp_utils.has_netapp_lib():
|
||||
pytestmark = pytest.skip('skipping as missing required netapp_lib')
|
||||
pytestmark = pytest.mark.skip('skipping as missing required netapp_lib')
|
||||
|
||||
|
||||
def set_module_args(args):
|
||||
|
||||
Reference in New Issue
Block a user