diff --git a/plugins/connection/lxd.py b/plugins/connection/lxd.py index 926c681649..1c728c2fc9 100644 --- a/plugins/connection/lxd.py +++ b/plugins/connection/lxd.py @@ -118,7 +118,8 @@ class Connection(ConnectionBase): if self.get_option("remote_user") != "root": self._display.vvv( - f"INFO: Running as non-root user: {self.get_option('remote_user')}, trying to run 'lxc exec' with become method: {self.get_option('lxd_become_method')}", + f"INFO: Running as non-root user: {self.get_option('remote_user')}, \ + trying to run 'lxc exec' with become method: {self.get_option('lxd_become_method')}", host=self._host(), ) exec_cmd.extend(