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

Resolve "fix: (YNH) sudo without password for admins"

Merged Arthur BOUDREAULT requested to merge 93-fix-ynh-sudo-without-password-for-admins into main
All threads resolved!
Files
4
@@ -18,6 +18,14 @@
# #
#-----------------------------------------------------------------------------#
- name: Ensure SMTP relay is enabled
ansible.builtin.command:
"yunohost settings set email.smtp.smtp_relay_enabled -v yes"
when: ynh_smtp_relay
tags:
- yunohost
- smtp
- name: Configure SMTP relay
ansible.builtin.include_tasks: smtp_relay.yml
loop: "{{ ynh_smtp_relay | dict2items }}"
Loading