mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2025-01-18 08:06:16 +01:00
10 lines
253 B
YAML
10 lines
253 B
YAML
---
|
|
|
|
- name: restart php-fpm@archwiki
|
|
service: name=php-fpm@{{ archwiki_user }} state=restarted
|
|
|
|
- name: run wiki updatescript
|
|
command: php {{ archwiki_dir }}/public/maintenance/update.php --quick
|
|
become: true
|
|
become_user: "{{ archwiki_user }}"
|