Skip to content

Commit

Permalink
Default v3_onion_services to off in validate_tails_environment.yml
Browse files Browse the repository at this point in the history
The lack of this variable has tripped us up in several roles, and
depending on how the validate role is used, adding it to
defaults/main.yml within that role might not fix it, so let's add a
fact in the validate_tails_environment playbook defaulting it to off.
  • Loading branch information
rmol committed Sep 9, 2019
1 parent 01fbef7 commit d6a29fc
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@
to `~/Persistent/securedrop`.
with_items: "{{ tails_persistence_check_result.results }}"

- name: Default v3_onion_services to false
set_fact:
v3_onion_services: "{{ v3_onion_services | default(False) }}"

- name: Check for v3 SSH auth files
stat:
path: "/home/amnesia/Persistent/securedrop/install_files/ansible-base/{{ item }}"
Expand Down

0 comments on commit d6a29fc

Please sign in to comment.