diff --git a/library/system/hostname b/library/system/hostname index 6472a64d2ec..04a831bc9d4 100644 --- a/library/system/hostname +++ b/library/system/hostname @@ -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]