Skip to content

Commit

Permalink
lxd_profile: fix docstring typos
Browse files Browse the repository at this point in the history
  • Loading branch information
InsanePrawn committed Jan 22, 2023
1 parent 0189f51 commit 91fea2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/modules/lxd_profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
type: str
config:
description:
- 'The config for the container (e.g. {"limits.memory": "4GB"}).
- 'The config for the instance (e.g. {"limits.memory": "4GB"}).
See U(https://github.com/lxc/lxd/blob/master/doc/rest-api.md#patch-3)'
- If the profile already exists and its "config" value in metadata
obtained from
Expand Down Expand Up @@ -247,7 +247,7 @@

class LXDProfileManagement(object):
def __init__(self, module):
"""Management of LXC containers via Ansible.
"""Management of LXC profiles via Ansible.
:param module: Processed Ansible Module.
:type module: ``object``
Expand Down

0 comments on commit 91fea2c

Please sign in to comment.