mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-08 19:50:30 -07:00
fix: format
This commit is contained in:
parent
bb3262079b
commit
06fb16c658
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ class Connection(ConnectionBase):
|
||||||
if self.get_option("project"):
|
if self.get_option("project"):
|
||||||
local_cmd.extend(["--project", self.get_option("project")])
|
local_cmd.extend(["--project", self.get_option("project")])
|
||||||
|
|
||||||
uid, gid = (-1, -1) # lxc file push defaults
|
uid, gid = (-1, -1) # lxc file push defaults
|
||||||
if self.get_option("remote_user") != "root":
|
if self.get_option("remote_user") != "root":
|
||||||
uid, gid = self._get_remote_uid_gid()
|
uid, gid = self._get_remote_uid_gid()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue