From c5c12ab670d2d9440826da71b99e7ed3f2efaaea Mon Sep 17 00:00:00 2001
From: "Kenneth Benzie (Benie)" <benie@infektor.net>
Date: Mon, 8 Apr 2024 21:26:39 +0100
Subject: [PATCH] Remove set config repo email todos

---
 roles/neovim/tasks/Windows.yaml | 2 --
 roles/python/tasks/Unix.yaml    | 2 --
 roles/python/tasks/Windows.yaml | 1 -
 roles/tmux/tasks/main.yaml      | 2 --
 4 files changed, 7 deletions(-)

diff --git a/roles/neovim/tasks/Windows.yaml b/roles/neovim/tasks/Windows.yaml
index 74eceec..b62118d 100644
--- a/roles/neovim/tasks/Windows.yaml
+++ b/roles/neovim/tasks/Windows.yaml
@@ -14,8 +14,6 @@
     dest: '{{vim_config_dir}}'
     branch: main
 
-# - TODO: neovim set repo email
-#   win_git_config:
 # - TODO: neovim install pip packages
 #   win_pip:
 #     name: '{{neovim_pip_packages}}'
diff --git a/roles/python/tasks/Unix.yaml b/roles/python/tasks/Unix.yaml
index e20bd9f..06acf82 100644
--- a/roles/python/tasks/Unix.yaml
+++ b/roles/python/tasks/Unix.yaml
@@ -4,8 +4,6 @@
     repo: git@code.infektor.net:config/python.git
     dest: ~/.config/python
 
-# TODO: set repo email
-
 - name: create config directories
   file:
     state: directory
diff --git a/roles/python/tasks/Windows.yaml b/roles/python/tasks/Windows.yaml
index 8d31f66..2809f9f 100644
--- a/roles/python/tasks/Windows.yaml
+++ b/roles/python/tasks/Windows.yaml
@@ -6,7 +6,6 @@
     state: latest
 
 # TODO: - name: install config repo
-# TODO: - name: set repo email
 # TODO: - name: install pip packages
 # TODO: - name: create config directories/files
 
diff --git a/roles/tmux/tasks/main.yaml b/roles/tmux/tasks/main.yaml
index 3dd1fd5..93b5268 100644
--- a/roles/tmux/tasks/main.yaml
+++ b/roles/tmux/tasks/main.yaml
@@ -7,6 +7,4 @@
     dest: ~/.config/tmux
     version: master
 
-# TODO: - name: set repo email
-
 - include_tasks: ~/.config/tmux/tasks.yaml