diff --git a/.README.html b/.README.html index 2f19b4f3..b1130943 100644 --- a/.README.html +++ b/.README.html @@ -165,6 +165,7 @@

Contents

  • Example Playbook
  • +
  • rpm-ostree
  • License
  • @@ -180,14 +181,10 @@

    Contents

    Requirements

    See below

    Collection requirements

    -

    The role requires the mount module from -ansible.posix. If you are using ansible-core, -you must install the ansible.posix collection.

    +

    The role requires external collections. Use the following command to +install them:

    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

    NOTE: Beginning with version 1.3.0, unspecified parameters are interpreted differently for existing and non-existing @@ -457,6 +454,8 @@

    Example Playbook

    disks: ["mpathc"] mount_point: /opt/images fs_label: images +

    rpm-ostree

    +

    See README-ostree.md

    License

    MIT

    diff --git a/CHANGELOG.md b/CHANGELOG.md index bb89871f..c5b21dc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ Changelog ========= +[1.13.0] - 2023-11-06 +-------------------- + +### New Features + +- feat: support for ostree systems (#399) + [1.12.5] - 2023-10-23 --------------------