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

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • lydra/yunohost/ansible-yunohost
1 result
Show changes
Commits on Source (2)
...@@ -12,6 +12,7 @@ and the commits message folow the [Conventional Commits](https://www.conventiona ...@@ -12,6 +12,7 @@ and the commits message folow the [Conventional Commits](https://www.conventiona
- In role `ynh_backup`: - 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. - 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 ### Changed
......
...@@ -4,9 +4,10 @@ verify_ssl = true ...@@ -4,9 +4,10 @@ verify_ssl = true
name = "pypi" name = "pypi"
[packages] [packages]
ansible = "==4" ansible = "==4"
ansible-lint = "==5.4.0" ansible-lint = "==5.4.0"
yamllint = "==1.26" yamllint = "==1.26"
jmespath = "==1.0.1"
[requires] [requires]
python_version = "3.8" python_version = "3.8"
......
This diff is collapsed.