mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-01 14:02:12 +08:00
Replaces many references to command: with ansible.builtin.command Signed-off-by: Ryan Lerch <rlerch@redhat.com>
7 lines
133 B
YAML
7 lines
133 B
YAML
---
|
|
- name: Run database migrations
|
|
ansible.builtin.command: faf-migrate-db
|
|
become: yes
|
|
become_user: faf
|
|
changed_when: false
|