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

:white_check_mark:Resolve "refactor vars"

Merged Arthur BOUDREAULT requested to merge 2-refactor-vars into master
Files
3
+ 2
2
@@ -2,6 +2,7 @@
- name: Install requirements
ansible.builtin.apt:
name:
- git
- dialog
state: present
@@ -25,8 +26,7 @@
yunohost tools postinstall \
--domain {{ ynh_main_domain }} \
--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
- name: Create extra domains
Loading