diff --git a/.README.html b/.README.html index 538c673..423c017 100644 --- a/.README.html +++ b/.README.html @@ -145,6 +145,7 @@

Contents

  • Example Playbook
  • Testing
  • +
  • rpm-ostree
  • License
  • Author Information
  • @@ -159,14 +160,12 @@

    Requirements

    This role is only supported on RHEL8/CentOS8 and Fedora distributions.

    Collection requirements

    -

    This role requires the ini_file module from -community.general. If you are using -ansible-core you must install that collection.

    +

    This role requires the ini_file module from the +community.general, and uses other collections for +rpm-ostree support. Use the following command to install +the collections:

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

    If you are using Ansible Engine 2.9, or are using an Ansible bundle -which includes these collections/modules, you should have to do -nothing.

    Role Variables

    Configure session recording with SSSD, the preferred way of managing recorded users or groups. This causes the SSSD files provider to be @@ -211,6 +210,8 @@

    Example Playbook

    Testing

    Testing is done with the tests/tests_*.yml playbooks. See contributing.md.

    +

    rpm-ostree

    +

    See README-ostree.md

    License

    GPL v3.0

    Author Information

    diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c0b5d3..3561739 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ Changelog ========= +[1.3.0] - 2023-11-29 +-------------------- + +### New Features + +- feat: support for ostree systems (#111) + +### Other Changes + +- Bump actions/checkout from 3 to 4 (#103) +- ci: ensure dependabot git commit message conforms to commitlint (#106) + [1.2.17] - 2023-09-07 --------------------