diff --git a/CHANGELOG.md b/CHANGELOG.md index 60861e3a81c30fb434957d7d36be8773cfd26e25..ea97469eff329e238f0d76f08095de20d66c52dc 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 ed0ea8dbd07503fd3a57b0850d0d3b49ff9f5975..baf643c4c2f79bb7ecd57ed3d11fe89d74bf6dba 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"