mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-04 09:43:15 +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()
|
||||
|
||||
def has_changed(string):
|
||||
if string == "":
|
||||
return False
|
||||
return "Nothing to install or update" not in string
|
||||
|
||||
def get_available_options(module, command='install'):
|
||||
|
||||
Reference in New Issue
Block a user