Added logic to setup
diff --git a/setup-base.yml b/setup-base.yml
index b60934a..c2ef187 100644
--- a/setup-base.yml
+++ b/setup-base.yml
@@ -14,7 +14,7 @@
     tags: ['config']
 
   - name: Configure git attributes
-     git_config:
+    git_config:
       name: "{{ item.name }}"
       scope: "{{ item.scope }}"
       value: "{{ item.value }}"