diff --git a/changelogs/fragments/0-clickhouse_user.yml b/changelogs/fragments/0-clickhouse_user.yml index 1cd35d2..a7252b5 100644 --- a/changelogs/fragments/0-clickhouse_user.yml +++ b/changelogs/fragments/0-clickhouse_user.yml @@ -1,2 +1,5 @@ minor_changes: -- clickhouse_user - add the ``default_roles`` argument to set a default role (https://github.com/ansible-collections/community.clickhouse/pull/70). +- clickhouse_user - add the ``roles`` argument to grant roles (https://github.com/ansible-collections/community.clickhouse/pull/70). +- clickhouse_user - add the ``default_roles`` argument to set default roles (https://github.com/ansible-collections/community.clickhouse/pull/70). +- clickhouse_user - add the ``append_roles`` argument to append roles passed through ``roles`` argument (https://github.com/ansible-collections/community.clickhouse/pull/70). +- clickhouse_user - add the ``append_default_roles`` argument to append roles passed through ``default_roles`` argument (https://github.com/ansible-collections/community.clickhouse/pull/70).