feat(debug): Inform user when firewalld XML config is unchanged
This commit is contained in:
parent
6273b6c99e
commit
f35baa2c63
@ -595,6 +595,7 @@ def has_xml_changed(
|
||||
f"""{nl.join(diff_result)}""")
|
||||
return True
|
||||
else:
|
||||
log.info(f"No diff in firewalld XML config, no need to write new file.")
|
||||
return False
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user