aboutsummaryrefslogtreecommitdiffstats
path: root/roles/setup_git
diff options
context:
space:
mode:
authorbinary <me@rgoncalves.se>2020-11-02 13:20:53 +0100
committerbinary <me@rgoncalves.se>2020-11-02 13:20:53 +0100
commit67c0e448276e46fafd47db73dfc0031786a18dc0 (patch)
treefa7635500542cab95325907f9a0b173bf621f74f /roles/setup_git
parent1e059c8be273e090ed27a198e1b7b7ca5c0257b3 (diff)
downloadinfrastructure-67c0e448276e46fafd47db73dfc0031786a18dc0.tar.gz
Refactor utils and hostname to common role
Diffstat (limited to 'roles/setup_git')
-rw-r--r--roles/setup_git/tasks/main.yml10
1 files changed, 1 insertions, 9 deletions
diff --git a/roles/setup_git/tasks/main.yml b/roles/setup_git/tasks/main.yml
index b2b2d73..655e81a 100644
--- a/roles/setup_git/tasks/main.yml
+++ b/roles/setup_git/tasks/main.yml
@@ -1,13 +1,5 @@
-# =========================================================================== #
-# __ _ __
-# _________ / /__ ____ _(_) /_
-# / ___/ __ \/ / _ \ / __ `/ / __/
-# / / / /_/ / / __/ / /_/ / / /_
-# /_/ \____/_/\___(_) \__, /_/\__/
-# /____/
-#
-# =========================================================================== #
+# roles ~~ setup_git
---
- name: Check installation of git
remember that computers suck.