diff --git a/CHANGELOG.md b/CHANGELOG.md index a146010d1be7b4cacc000f903f344c421803cefa..60861e3a81c30fb434957d7d36be8773cfd26e25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ and the commits message folow the [Conventional Commits](https://www.conventiona - In role `ynh_backup`: - You now have the possibility to use BorgBackup with an [extra Ansible role](https://github.com/borgbase/ansible-role-borgbackup) as well as [Restic](https://github.com/roles-ansible/ansible_role_restic). These are built-in into this role, which means that once configured correctly, Ansible will download the chosen roles and will trigger their tasks. + - In order to use [Restic Ansible role](https://github.com/roles-ansible/ansible_role_restic), you need to install the pip package jmespath. It can be installed from the provided Pipfile using the following command: `pipenv install`. ### Changed