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