diff --git a/.README.html b/.README.html index a20e7581..361d5d56 100644 --- a/.README.html +++ b/.README.html @@ -283,6 +283,7 @@

Contents

id="toc-purging-all-cluster-configuration">Purging all cluster configuration +
  • rpm-ostree
  • License
  • Author Information
  • @@ -328,8 +329,9 @@

    Collection requirements

    If the ha_cluster is a role from the fedora.linux_system_roles collection or from the Fedora RPM package, the requirement is already satisfied.

    -

    Otherwise, please run the following command line to install the -collection.

    +

    If you need to manage rpm-ostree systems, you will need +to install additional collections. Please run the following command line +to install the collections.

    ansible-galaxy collection install -r meta/collection-requirements.yml

    Role Variables

    @@ -2093,6 +2095,8 @@

    Purging all cluster roles: - linux-system-roles.ha_cluster +

    rpm-ostree

    +

    See README-ostree.md

    License

    MIT

    Author Information

    diff --git a/CHANGELOG.md b/CHANGELOG.md index 7eb65948..29ac80a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ Changelog ========= +[1.13.0] - 2023-11-29 +-------------------- + +### New Features + +- feat: support for ostree systems (#159) + +### Other Changes + +- test: update for ansible-test-2.16 (#162) +- test: do not use true test with select (#163) + [1.12.0] - 2023-11-06 --------------------