Skip to content

Commit

Permalink
v1.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jriddle-linode authored Jul 20, 2023
2 parents 75b60a5 + bae430f commit 915c510
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions docs/inventory/instance.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ Requirements
------------
The below requirements are needed on the host that executes this module.

- python >= 3
- linode_api4 >= 2.0.0
- python \>= 3
- linode\_api4 \>= 2.0.0



Expand Down Expand Up @@ -58,7 +58,7 @@ Parameters


**strict (type=bool):**
\• If ``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 ``trailing_separator``.
\• This option is mutually exclusive with \ :literal:`trailing\_separator`\ .


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

\• This option is mutually exclusive with ``default_value``.
\• This option is mutually exclusive with \ :literal:`default\_value`\ .



Expand All @@ -109,11 +109,11 @@ Parameters


**leading_separator (type=boolean, default=True):**
\• Use in conjunction with keyed_groups.
\• Use in conjunction with keyed\_groups.

\• By default, a keyed group that does not have a prefix or a separator provided will have a name that starts with an underscore.

\• This is because the default prefix is "" and the default separator is "_".
\• This is because the default prefix is "" and the default separator is "\_".

\• Set this option to False to omit the leading underscore (or other separator) if no prefix is given.

Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
boto3>=1.26.0
botocore>=1.29.0
pylint>=2.15.5
ansible-doc-extractor==0.1.9
ansible-doc-extractor==0.1.10
mypy>=1.3.0
ansible>=7.5.0
Jinja2>=3.0.1
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
linode-api4>=5.6.0
polling>=0.3.2
types-requests==2.31.0.1
types-requests==2.31.0.2
ansible-specdoc>=0.0.14

0 comments on commit 915c510

Please sign in to comment.