From 77bcf365d2d3564971a28a43bbef0253271631c6 Mon Sep 17 00:00:00 2001
From: Christophe Chaudier <christophe@lydra.fr>
Date: Tue, 30 Aug 2022 13:04:42 +0000
Subject: [PATCH] Apply 2 suggestion(s) to 2 file(s)

---
 CHANGELOG.md | 2 +-
 Pipfile      | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 60861e3..ea97469 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,7 +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`.
+  - In order to use [Restic Ansible role](https://github.com/roles-ansible/ansible_role_restic), you need to install the pip package jmespath. For the collection devs it can be installed from the provided Pipfile using the following command: `pipenv install`.
 
 ### Changed
 
diff --git a/Pipfile b/Pipfile
index ed0ea8d..baf643c 100644
--- a/Pipfile
+++ b/Pipfile
@@ -8,6 +8,7 @@ ansible =        "==4"
 ansible-lint =   "==5.4.0"
 yamllint =       "==1.26"
 jmespath =       "==1.0.1"
+
 [requires]
 python_version = "3.8"
 
-- 
GitLab