Fixed nextcloud role

This commit is contained in:
2023-03-26 19:01:27 -04:00
parent cbe20c16f3
commit 58f1a7e391
2 changed files with 9 additions and 1 deletions

View File

@@ -1,3 +1,11 @@
- name: Create service user
user:
name: "{{ role_name }}"
append: yes
system: true
register: service_user
become: true
- name: Create install directory
file:
path: "{{ install_directory }}/{{ role_name }}"