From 1ca472738a3bb5dcceadec4cde7e49a50b8f7fc8 Mon Sep 17 00:00:00 2001
From: Arthur BOUDREAULT <arthur@lydra.fr>
Date: Tue, 30 Aug 2022 14:49:02 +0200
Subject: [PATCH] docs: update CHANGELOG for new pip package

---
 CHANGELOG.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index a146010..60861e3 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
 
-- 
GitLab