finalize nextcloud roles
This commit is contained in:
parent
5b2447b867
commit
a330f2cedf
@ -35,9 +35,10 @@
|
||||
become: yes
|
||||
|
||||
- name: add {{user.name}} to hass group
|
||||
become: true
|
||||
user:
|
||||
name: "{{ item }}"
|
||||
groups: docker
|
||||
groups: hass
|
||||
append: true
|
||||
with_items: "{{ hass_user }}"
|
||||
|
||||
@ -65,10 +66,11 @@
|
||||
- name: install conf file
|
||||
git:
|
||||
dest: "{{hass_conf_folder}}" # required. The path of where the repository should be checked out. This parameter is required, unless C(clone) is set to C(no).
|
||||
repo: "{{hass_repo}}" # required. git, SSH, or HTTP(S) protocol address of the git repository.
|
||||
repo: "{{hass_repo}}" # required. git, SSH, or HTTP(S) protocol address of the git repository.
|
||||
clone: yes # not required. If C(no), do not clone the repository if it does not exist locally
|
||||
version: "{{hass_repo_branch}}"
|
||||
notify: restart hass
|
||||
become: true
|
||||
when: hass_repo_exist.stat.exists == false
|
||||
|
||||
- name: change owner
|
||||
|
Loading…
Reference in New Issue
Block a user