Skip to content

Commit

Permalink
refactor: removed action related to admin_users task
Browse files Browse the repository at this point in the history
This feature is system-related, not yunohost-related
  • Loading branch information
artybdrlt authored and cchaudier committed Oct 8, 2021
1 parent 952ed25 commit 9448739
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 24 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,6 @@ yunohost:
firstname: John
lastname: Doe
domain: '{{ extra_domain.[1] }}'
admin_users:
- name: admin # user generated by yunohost as its admin user
key: ssh-rsa ... # key for admin user
- name: user1 # user generated by yunohost and defined by you
key: ssh-rsa ... # key for
```
Dependencies
Expand Down
2 changes: 1 addition & 1 deletion default/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ yunohost:
ignore_dyndns: False
apps: ~
users: ~
admin_users:

14 changes: 0 additions & 14 deletions tasks/admin_users.yml

This file was deleted.

4 changes: 0 additions & 4 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@
ansible.builtin.include: users.yml
when: yunohost.users

- name: Add ssh for admin user
ansible.builtin.include: admin_users.yml
when: yunohost.admin_users is defined

- name: Install apps
ansible.builtin.include: apps.yml
when: yunohost.apps

0 comments on commit 9448739

Please sign in to comment.