Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
theko2fi committed Jan 20, 2024
1 parent 4afdb3b commit 9f8928c
Show file tree
Hide file tree
Showing 2 changed files with 407 additions and 398 deletions.
12 changes: 6 additions & 6 deletions plugins/modules/multipass_mount.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def main():


if __name__ == "__main__":
main()
main()



Expand Down Expand Up @@ -103,16 +103,16 @@ def main():
gid_map:
description:
- A list of group IDs mapping for use in the mount.
- Use the Multipass CLI syntax: C(<host>:<instance>).
File and folder ownership will be mapped from <host> to <instance> inside the VM.
- Use the Multipass CLI syntax C(<host>:<instance>).
- File and folder ownership will be mapped from <host> to <instance> inside the VM.
type: list
elements: str
default: []
uid_map:
description:
- A list of user IDs mapping for use in the mount.
- Use the Multipass CLI syntax: C(<host>:<instance>).
File and folder ownership will be mapped from <host> to <instance> inside the VM.
- Use the Multipass CLI syntax C(<host>:<instance>).
- File and folder ownership will be mapped from <host> to <instance> inside the VM.
type: list
elements: str
default: []
Expand Down Expand Up @@ -154,7 +154,7 @@ def main():
source: /root/data
target: /tmp
state: present
type: native
type: classic
uid_map:
- "50:50"
- "1000:1000"
Expand Down
Loading

0 comments on commit 9f8928c

Please sign in to comment.