diff --git a/changelogs/fragments/9659-lxd-connection-nonroot-user.yml b/changelogs/fragments/9659-lxd-connection-nonroot-user.yml new file mode 100644 index 0000000000..66ca4ac771 --- /dev/null +++ b/changelogs/fragments/9659-lxd-connection-nonroot-user.yml @@ -0,0 +1,2 @@ +minor_changes: + - lxd_connection - adds ``remote_user`` and ``lxd_become_method`` parameters for allowing a non-root user to connect to an LXD instance (https://github.com/ansible-collections/community.general/pull/9659).