commit fddb5ef033dc12ba3559ff40713c2b9d93417e17
Author: Iain R. Learmonth <[email protected]>
Date:   Wed Aug 14 15:51:47 2019 +0100

    lint: Variables should have spaces before and after
---
 ansible/roles/tor-client/tasks/main.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ansible/roles/tor-client/tasks/main.yml 
b/ansible/roles/tor-client/tasks/main.yml
index f9bb5bb..6c26428 100644
--- a/ansible/roles/tor-client/tasks/main.yml
+++ b/ansible/roles/tor-client/tasks/main.yml
@@ -6,7 +6,7 @@
     state: present
   become: true
 - name: add deb.torproject.org repository
-  apt_repository: repo='deb https://deb.torproject.org/torproject.org 
{{ansible_distribution_release}} main' state=present update_cache=yes
+  apt_repository: repo='deb https://deb.torproject.org/torproject.org {{ 
ansible_distribution_release }} main' state=present update_cache=yes
   become: true
 - name: install tor
   apt:

_______________________________________________
tor-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to