chore(nginx-fpm-proxy)!: rename role to nginx_fpm_proxy

This commit is contained in:
2023-07-19 17:11:08 +02:00
parent 4e2757f649
commit c045b0586e
6 changed files with 0 additions and 0 deletions

View File

@ -0,0 +1,8 @@
---
- name: Restart nextcloud nginx fpm proxy container
listen: restart-nextcloud-nginx
docker_container:
name: "{{ nextcloud_nginx_container_name }}"
state: started
restart: yes