Skip to content

Commit

Permalink
Fix indent (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs authored Aug 12, 2024
1 parent 9aa0dea commit ed64bbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/borg/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
ansible.builtin.shell:
cmd: source /home/{{ ansible_user }}/.profile && borgmatic init --encryption=repokey
executable: /bin/bash
register: result
register: result
changed_when: '"Repository already exists" not in result.stdout'
failed_when: result.rc != 0

Expand Down

0 comments on commit ed64bbe

Please sign in to comment.