[tor-commits] [metrics-cloud/master] lint: Variables should have spaces before and after

irl at torproject.org irl at torproject.org
Wed Aug 14 14:51:51 UTC 2019


commit fddb5ef033dc12ba3559ff40713c2b9d93417e17
Author: Iain R. Learmonth <irl at fsfe.org>
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:



More information about the tor-commits mailing list