chore: rename roles to reflect upstream naming scheme
This commit is contained in:
7
roles/apps/handlers/main.yml
Normal file
7
roles/apps/handlers/main.yml
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
|
||||
- name: restart-nextcloud
|
||||
docker_container:
|
||||
name: "{{ nextcloud_container_name }}"
|
||||
state: started
|
||||
restart: yes
|
Reference in New Issue
Block a user