From 24cb8ceb703d3fda8cb1d9e4bcc6f0b6187d6590 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sat, 13 Mar 2021 18:57:41 +0200
Subject: [PATCH] Remove useless comment.

It was misplaced (the line the comment was reffereing to has moved but
the comment hasn't) and it didn't explain anything that the actual line
didn't.
---
 hosts/all.yaml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/hosts/all.yaml b/hosts/all.yaml
index 220ebc4..b8e14e2 100644
--- a/hosts/all.yaml
+++ b/hosts/all.yaml
@@ -19,7 +19,6 @@ all:
       ansible_become: false
       ansible_connection: local
   vars:
-    # Force usage of Python3.
     ansible_become: true
     ansible_become_user: root
     ansible_connection: ssh
-- 
GitLab