Skip to content

Commit

Permalink
fixed incorrect conditional on data-only extract task
Browse files Browse the repository at this point in the history
  • Loading branch information
zenmonkeykstop committed Mar 3, 2021
1 parent 5bd7313 commit 43c0e44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_files/ansible-base/roles/restore/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
remote_src: yes
src: "/tmp/{{ restore_file}}"
exclude: "var/lib/tor,etc/tor/torrc"
when: not restore_skip_tor
when: restore_skip_tor

- name: Reconfigure securedrop-app-code
command: dpkg-reconfigure securedrop-app-code
Expand Down

0 comments on commit 43c0e44

Please sign in to comment.