Compare commits

..

No commits in common. "02086cdc32e912e985788e1a29a88659c6f61139" and "f10d94612f8635e0f61c835058e398c392d26914" have entirely different histories.

3 changed files with 1 additions and 13 deletions

View file

@ -3,9 +3,3 @@
name: nginx
state: reloaded
when: "'handler' not in ansible_skip_tags"
- name: restart php-fpm
service:
name: 'php-fpm{{ php_version }}'
state: restarted
when: "'handler' not in ansible_skip_tags"

View file

@ -36,7 +36,7 @@
pip:
requirements: /srv/friwall/app/requirements.txt
extra_args: --user --break-system-packages --no-warn-script-location
notify: restart uwsgi
register: result
- name: Configure base settings
template:

View file

@ -59,9 +59,3 @@
dest: '/etc/nginx/http.d/synapse.conf'
src: 'nginx.conf.j2'
notify: reload nginx
- name: Enable synapse
service:
name: synapse
enabled: yes
state: started