mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
removed check for empty composer response
This commit is contained in:
@@ -133,8 +133,6 @@ def parse_out(string):
|
|||||||
return re.sub("\s+", " ", string).strip()
|
return re.sub("\s+", " ", string).strip()
|
||||||
|
|
||||||
def has_changed(string):
|
def has_changed(string):
|
||||||
if string == "":
|
|
||||||
return False
|
|
||||||
return "Nothing to install or update" not in string
|
return "Nothing to install or update" not in string
|
||||||
|
|
||||||
def get_available_options(module, command='install'):
|
def get_available_options(module, command='install'):
|
||||||
|
|||||||
Reference in New Issue
Block a user