Skip to content

Commit

Permalink
add -f option to abort command
Browse files Browse the repository at this point in the history
  • Loading branch information
bedroge committed Sep 5, 2024
1 parent 4a35efb commit 20ca1a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/create_cvmfs_content_structure/tasks/do_repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

rescue:
- name: Abort transaction
ansible.builtin.command: "cvmfs_server abort {{ cvmfs_repo }}"
ansible.builtin.command: "cvmfs_server abort -f {{ cvmfs_repo }}"
when: cvmfs_start_transaction and cvmfs_abort_transaction_on_failures

- name: Exit because of failure
Expand Down

0 comments on commit 20ca1a6

Please sign in to comment.