mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2025-01-18 08:06:16 +01:00
Fixes: 578b781966c4 ("Capitalize the handler name in handler invocations") Fixes: 26f289b72bfb ("Capitalize the first letter of all task names")
6 lines
174 B
YAML
6 lines
174 B
YAML
- name: Upgrade database
|
|
become: true
|
|
become_user: security
|
|
command: /usr/bin/make db-upgrade chdir="{{ security_tracker_dir }}"
|
|
listen: Post security-tracker deploy
|