Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 06dfa649 authored by Christophe Chaudier's avatar Christophe Chaudier :rocket:
Browse files

Merge branch '67-feat-add-jmespath-pip-package-to-pipfile' into 'main'

Resolve "feat: add jmespath pip package to pipfile"

Closes #67

See merge request !47
parents 6f22a9e9 60ddca21
No related branches found
No related tags found
1 merge request!47Resolve "feat: add jmespath pip package to pipfile"
Pipeline #8049 passed with warnings
......@@ -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. For developers of the collection, it can be installed from the provided Pipfile using the following command: `pipenv install`.
### Changed
......
......@@ -4,9 +4,10 @@ verify_ssl = true
name = "pypi"
[packages]
ansible = "==4"
ansible-lint = "==5.4.0"
yamllint = "==1.26"
ansible = "==4"
ansible-lint = "==5.4.0"
yamllint = "==1.26"
jmespath = "==1.0.1"
[requires]
python_version = "3.8"
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment