mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-05 21:54:22 -07:00
fix: line length
This commit is contained in:
parent
30a6f46570
commit
297f3c0f9a
1 changed files with 2 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue