Skip to content

Commit 97f474c

Browse files
authored
Merge pull request #5 from UtrechtUniversity/add-openwebui-user
Add openwebui user
2 parents 2a312ca + 0329bd4 commit 97f474c

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

roles/openwebui/tasks/main.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
#SPDX-License-Identifier: MIT-0
22
---
33
# tasks file for openwebui
4+
# add user task
45

6+
- name: Install openwebui
7+
hosts: all
8+
become: true
9+
tasks:
10+
- name: Add user 'openwebui'
11+
ansible.builtin.user:
12+
name: openwebui
13+
state: present
14+
shell: /bin/bash
15+
createhome: yes

0 commit comments

Comments
 (0)