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

docs(changelog): version 1.0.2 [citest skip] #89

Merged
merged 1 commit into from
Feb 26, 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
14 changes: 7 additions & 7 deletions .README.html
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ <h1 class="toc-title">Contents</h1>
id="toc-bootloader_remove_password">bootloader_remove_password</a></li>
<li><a href="#bootloader_reboot_ok"
id="toc-bootloader_reboot_ok">bootloader_reboot_ok</a></li>
</ul></li>
<li><a href="#variables-exported-by-the-role"
id="toc-variables-exported-by-the-role">Variables Exported by the
Role</a>
Expand All @@ -163,7 +164,6 @@ <h1 class="toc-title">Contents</h1>
<li><a href="#bootloader_facts"
id="toc-bootloader_facts">bootloader_facts</a></li>
</ul></li>
</ul></li>
<li><a href="#example-playbook" id="toc-example-playbook">Example
Playbook</a></li>
<li><a href="#rpm-ostree" id="toc-rpm-ostree">rpm-ostree</a></li>
Expand All @@ -185,8 +185,8 @@ <h2 id="collection-requirements">Collection requirements</h2>
class="sourceCode bash"><code class="sourceCode bash"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true" tabindex="-1"></a><span class="ex">ansible-galaxy</span> collection install <span class="at">-vv</span> <span class="at">-r</span> meta/collection-requirements.yml</span></code></pre></div>
<h1 id="role-variables">Role Variables</h1>
<h2 id="bootloader_gather_facts">bootloader_gather_facts</h2>
<p>Whether to gather <code>bootloader_facts</code> that contain bot
information for all kernels.</p>
<p>Whether to gather <a href="#bootloader_facts">bootloader_facts</a>
that contain boot information for all kernels.</p>
<p>Default: <code>false</code></p>
<p>Type: <code>bool</code></p>
<h2 id="bootloader_settings">bootloader_settings</h2>
Expand Down Expand Up @@ -272,13 +272,13 @@ <h2 id="bootloader_reboot_ok">bootloader_reboot_ok</h2>
a reboot to take effect.</p>
<p>Default: <code>false</code></p>
<p>Type: <code>bool</code></p>
<h2 id="variables-exported-by-the-role">Variables Exported by the
Role</h2>
<h1 id="variables-exported-by-the-role">Variables Exported by the
Role</h1>
<p>The role exports the following variables:</p>
<h3 id="bootloader_reboot_needed">bootloader_reboot_needed</h3>
<h2 id="bootloader_reboot_needed">bootloader_reboot_needed</h2>
<p>Default <code>false</code> - if <code>true</code>, this means a
reboot is needed to apply the changes made by the role</p>
<h3 id="bootloader_facts">bootloader_facts</h3>
<h2 id="bootloader_facts">bootloader_facts</h2>
<p>Contains boot information for all kernels.</p>
<p>The role returns this variable when you set
<code>bootloader_gather_facts: true</code>.</p>
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
=========

[1.0.2] - 2024-02-26
--------------------

### Bug Fixes

- fix: Fix bug with extra spaces in variables (#88)

[1.0.1] - 2024-02-09
--------------------

Expand Down
Loading