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 3beaa704 authored by Arthur BOUDREAULT's avatar Arthur BOUDREAULT Committed by Christophe Chaudier
Browse files

:recycle:refactor: Git is needed for ynh install

parent 0d51998f
No related branches found
No related tags found
1 merge request!3✅Resolve "refactor vars"
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
- name: Install requirements - name: Install requirements
ansible.builtin.apt: ansible.builtin.apt:
name: name:
- git
- dialog - dialog
state: present state: present
...@@ -25,8 +26,7 @@ ...@@ -25,8 +26,7 @@
yunohost tools postinstall \ yunohost tools postinstall \
--domain {{ ynh_main_domain }} \ --domain {{ ynh_main_domain }} \
--password {{ ynh_admin_password }} \ --password {{ ynh_admin_password }} \
{% if ynh_ignore_dyndns_server == True %} --ignore-dyndns {% endif %} {% if ynh_ignore_dyndns_server == True %} --ignore-dyndns {% endif %}"
"
when: ynh_file_install.stat.exists == False when: ynh_file_install.stat.exists == False
- name: Create extra domains - name: Create extra domains
......
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