diff --git a/.README.html b/.README.html index c314f74..8aa9501 100644 --- a/.README.html +++ b/.README.html @@ -201,7 +201,7 @@

Collection requirements

meta/collection-requirements.yml. These are not automatically installed. You must install them like this:

ansible-galaxy install -vv -r meta/collection-requirements.yml`
+class="sourceCode bash">ansible-galaxy install -vv -r meta/collection-requirements.yml

Role Variables

These are the variables that can be passed to the role:

@@ -227,7 +227,9 @@

Role Variables

+stopped means it is not accepting connections. Ignored for +non-booted hosts like container builds, then the service is always +started at boot. diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bdacce..deb4cf8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ Changelog ========= +[1.5.0] - 2025-06-23 +-------------------- + +### New Features + +- feat: Support this role in container builds (#188) + +### Other Changes + +- ci: Add support for bootc end-to-end validation tests (#186) +- ci: Use ansible 2.19 for fedora 42 testing; support python 3.13 (#187) + [1.4.10] - 2025-05-21 --------------------
indicates the state the nbde_server should be. It can be either started (default) or stopped. started means the server is accepting connections, whereas -stopped means it is not accepting connections.
nbde_server_rotate_keys