mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
parent
6bd1681203
commit
2220362a5f
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ class NailGun(object):
|
||||||
if len(response) == 1:
|
if len(response) == 1:
|
||||||
return response[0]
|
return response[0]
|
||||||
else:
|
else:
|
||||||
self._module.fail_json(msg="No Content View found for %s" % name)
|
return None
|
||||||
|
|
||||||
def organization(self, params):
|
def organization(self, params):
|
||||||
name = params['name']
|
name = params['name']
|
||||||
|
|
Loading…
Reference in a new issue