Skip to content

Commit

Permalink
fix lint&doc
Browse files Browse the repository at this point in the history
  • Loading branch information
yec-akamai committed Dec 6, 2024
1 parent 9b33f44 commit 22e082e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/inventory/instance.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Parameters


**strict (type=bool):**
\• If \ :literal:`yes`\ make invalid entries a fatal error, otherwise skip and continue.
\• If :literal:`yes` make invalid entries a fatal error, otherwise skip and continue.

\• Since it is possible to use facts in the expressions they might not always be available and we ignore those errors by default.

Expand Down Expand Up @@ -94,13 +94,13 @@ Parameters
**default_value (type=str):**
\• The default value when the host variable's value is an empty string.

\• This option is mutually exclusive with \ :literal:`keyed\_groups[].trailing\_separator`\ .
\• This option is mutually exclusive with :literal:`keyed\_groups[].trailing\_separator`.


**trailing_separator (type=bool, default=True):**
\• Set this option to :literal:`false` to omit the :literal:`keyed\_groups[].separator` after the host variable when the value is an empty string.

\• This option is mutually exclusive with \ :literal:`keyed\_groups[].default\_value`\ .
\• This option is mutually exclusive with :literal:`keyed\_groups[].default\_value`.



Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/ip.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"address": SpecField(
type=FieldType.string,
description=["The IP address to delete."],
conflicts_with=["linode_id", "public", "type"]
conflicts_with=["linode_id", "public", "type"],
),
"state": SpecField(
type=FieldType.string,
Expand Down

0 comments on commit 22e082e

Please sign in to comment.