Files
fedora-infra_ansible/roles/abrt/faf/tasks/migrate_db.yml
Ryan Lerch 462176464b ansiblelint fixes-- fqcn[action-core] - command to ansible.builtin.command
Replaces many references to  command: with ansible.builtin.command

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2025-01-15 11:26:47 +10:00

7 lines
133 B
YAML

---
- name: Run database migrations
ansible.builtin.command: faf-migrate-db
become: yes
become_user: faf
changed_when: false