Skip to content

Commit

Permalink
Remove unused tor_apt_repo_url override
Browse files Browse the repository at this point in the history
This was overlooked in the migration away from tor-apt.freedom.press
in #4080. It's harmless but unnecessary and potentially confusing.
  • Loading branch information
eloquence authored and kushaldas committed Sep 25, 2019
1 parent 261217f commit f4c2a2d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion molecule/upgrade/ansible-override-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ monitor_ip: "{{ hostvars['mon-staging']['ansible_'+primary_network_iface].ipv4.a
monitor_hostname: "{{ hostvars['mon-staging'].ansible_hostname }}"
app_ip: "{{ hostvars['app-staging']['ansible_'+primary_network_iface].ipv4.address }}"
app_hostname: "{{ hostvars['app-staging'].ansible_hostname }}"
tor_apt_repo_url: "https://tor-apt.freedom.press"
securedrop_code: "/var/www/securedrop"

etc_hosts:
Expand Down

0 comments on commit f4c2a2d

Please sign in to comment.