mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-05 05:39:55 +08:00
7 lines
117 B
YAML
7 lines
117 B
YAML
---
|
|
- name: run database migrations
|
|
command: faf-migrate-db
|
|
become: yes
|
|
become_user: faf
|
|
changed_when: false
|