Commit e45b4cda authored by Łukasz Nowak's avatar Łukasz Nowak Committed by Łukasz Nowak

playbook: Strip whitespace from IPv4

parent f8aab787
...@@ -121,7 +121,7 @@ def status(): ...@@ -121,7 +121,7 @@ def status():
zope_ip, pw = get_connection_information(erp5_sr) zope_ip, pw = get_connection_information(erp5_sr)
try: try:
ip = open('/tmp/playbook-public-ipv4').read() ip = open('/tmp/playbook-public-ipv4').read().strip()
except Exception: except Exception:
frontend = None frontend = None
else: else:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment