feat(nextcloud-apps): add role for managing nextcloud apps

This commit is contained in:
2021-10-13 15:47:25 +02:00
committed by transcaffeine
parent ad703dbee4
commit e869525f2c
3 changed files with 62 additions and 0 deletions

View File

@ -0,0 +1,7 @@
---
- name: restart-nextcloud
docker_container:
name: "{{ nextcloud_container_name }}"
state: started
restart: yes