mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
vr_server: implement startup_script (#34565)
* simplify * vr_server: implement startup_script
This commit is contained in:
@@ -203,7 +203,7 @@ class Vultr:
|
||||
})
|
||||
return r_data
|
||||
|
||||
self.module.fail_json(msg="Could not find %s %s: %s" % (resource, key, value))
|
||||
self.module.fail_json(msg="Could not find %s with %s: %s" % (resource, key, value))
|
||||
|
||||
def get_result(self, resource):
|
||||
if resource:
|
||||
|
||||
Reference in New Issue
Block a user