Fix pep8 error in hostname module

This commit is contained in:
James Tanner 2013-11-19 16:39:48 -05:00
parent 7d3a44d4bf
commit 6ca17b90d0

View file

@ -265,7 +265,7 @@ class FedoraStrategy(GenericStrategy):
if rc != 0:
self.module.fail_json(msg="Command failed rc=%d, out=%s, err=%s" %
(rc, out, err))
return out
return out
def set_permanent_hostname(self, name):
cmd = ['hostnamectl', '--pretty', 'set-hostname', name]