diff options
author | binary <me@rgoncalves.se> | 2020-11-02 13:20:53 +0100 |
---|---|---|
committer | binary <me@rgoncalves.se> | 2020-11-02 13:20:53 +0100 |
commit | 67c0e448276e46fafd47db73dfc0031786a18dc0 (patch) | |
tree | fa7635500542cab95325907f9a0b173bf621f74f /roles/setup_git | |
parent | 1e059c8be273e090ed27a198e1b7b7ca5c0257b3 (diff) | |
download | infrastructure-67c0e448276e46fafd47db73dfc0031786a18dc0.tar.gz |
Refactor utils and hostname to common role
Diffstat (limited to 'roles/setup_git')
-rw-r--r-- | roles/setup_git/tasks/main.yml | 10 |
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 |