Remove outdated facts message
One every executino of `clan machines update` a message referring to facts is still being printed. While there is more code to be cleaned up around facts, this simple change removes the prominent message out of user's attention.
This commit is contained in:
@@ -225,7 +225,9 @@ def generate_facts(
|
||||
raise ClanError(msg)
|
||||
|
||||
if not was_regenerated and len(machines) > 0:
|
||||
log.info("All secrets and facts are already up to date")
|
||||
pass
|
||||
# Remove message until facts has been propertly deleted
|
||||
# log.info("All secrets and facts are already up to date")
|
||||
return was_regenerated
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user