Skip to content
Snippets Groups Projects
Commit ae5685a8 authored by jurgenhaas's avatar jurgenhaas
Browse files

ansible-inventories/arocom#3055 Configure git globaly to allow all directories

parent dd84d023
No related branches found
No related tags found
No related merge requests found
......@@ -146,6 +146,14 @@
with_items: '{{ drupal_settings|default([]) }}'
when: item.jail is defined and (limit_site is not defined or limit_site == 'no' or item.id is not defined or limit_site == item.id)
- name: Install global git config
ini_file:
dest: /etc/gitconfig
create: yes
section: safe
option: directory
value: "*"
- block:
- name: Remove PHP PHP Default Pool
......
......@@ -31,7 +31,7 @@ devices = /dev/null
[git]
comment = Fast Version Control System
paths = /usr/bin/git*, /usr/lib/git-core, /usr/bin/basename, /bin/uname
paths = /usr/bin/git*, /usr/lib/git-core, /usr/bin/basename, /bin/uname, /etc/gitconfig
includesections = editors, perl
[scp]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment