Compare commits
No commits in common. "02086cdc32e912e985788e1a29a88659c6f61139" and "f10d94612f8635e0f61c835058e398c392d26914" have entirely different histories.
02086cdc32
...
f10d94612f
|
@ -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"
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue