Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

backport 1.2.2 to develop #133

Merged
merged 2 commits into from
Nov 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Opmisll.Infrahub Release Notes

.. contents:: Topics

v1.2.2
======

v1.2.1
======

Expand Down
2 changes: 2 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,5 @@ releases:
release_date: '2024-08-28'
1.2.1:
release_date: '2024-09-09'
1.2.2:
release_date: '2024-11-04'
23 changes: 4 additions & 19 deletions docs/plugins/inventory_inventory.rst
Original file line number Diff line number Diff line change
Expand Up @@ -389,21 +389,6 @@ Parameters

- INI entries:

.. code-block:: ini

[default]
fact_caching_prefix = ansible_inventory_


Removed in: version 2.16 of ansible.builtin


Why: Fixes typing error in INI section name

Alternative: Use the 'defaults' section instead



.. code-block:: ini

[defaults]
Expand Down Expand Up @@ -659,7 +644,7 @@ Parameters

The default value when the host variable's value is an empty string.

This option is mutually exclusive with :literal:`trailing\_separator`.
This option is mutually exclusive with :ansopt:`opsmill.infrahub.inventory#inventory:keyed\_groups[].trailing\_separator`.


.. raw:: html
Expand Down Expand Up @@ -895,9 +880,9 @@ Parameters

<div class="ansible-option-indent-desc"></div><div class="ansible-option-cell">

Set this option to :emphasis:`False` to omit the :literal:`separator` after the host variable when the value is an empty string.
Set this option to :ansval:`False` to omit the :ansopt:`opsmill.infrahub.inventory#inventory:keyed\_groups[].separator` after the host variable when the value is an empty string.

This option is mutually exclusive with :literal:`default\_value`.
This option is mutually exclusive with :ansopt:`opsmill.infrahub.inventory#inventory:keyed\_groups[].default\_value`.


.. rst-class:: ansible-option-line
Expand Down Expand Up @@ -1280,7 +1265,7 @@ Parameters

<div class="ansible-option-cell">

If :literal:`yes` make invalid entries a fatal error, otherwise skip and continue.
If :ansval:`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
Loading