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
Unverified Commit 25315c37 authored by Sylvain Arnouts's avatar Sylvain Arnouts Committed by GitHub
Browse files

Merge pull request #6 from rthouvenin/no-admin-password

Remove admin-password option from yunohost commands
parents 7ff0acd8 572ea0d0
No related branches found
No related tags found
No related merge requests found
...@@ -8,6 +8,6 @@ ...@@ -8,6 +8,6 @@
set_fact: yunohost_installed_domains="{{ yunohost_installed_domains_raw.stdout | from_json }}" set_fact: yunohost_installed_domains="{{ yunohost_installed_domains_raw.stdout | from_json }}"
- name: Create domains - name: Create domains
shell: yunohost domain add {{ item }} --admin-password {{ yunohost.password }} shell: yunohost domain add {{ item }}
with_items: "{{ yunohost.extra_domains }}" with_items: "{{ yunohost.extra_domains }}"
when: item not in yunohost_installed_domains.domains when: item not in yunohost_installed_domains.domains
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
- name: Create missing users - name: Create missing users
shell: | shell: |
yunohost user create {{ item.name }} --admin-password {{ yunohost.password }} \ yunohost user create {{ item.name }} \
-f {{ item.firstname }} \ -f {{ item.firstname }} \
-l {{ item.lastname }} \ -l {{ item.lastname }} \
-m {{ item.mail }} \ -m {{ item.mail }} \
......
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