fix error string
This commit is contained in:
parent
8b2dccc9be
commit
8f4bbebe96
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@
|
||||||
ansible.builtin.lineinfile:
|
ansible.builtin.lineinfile:
|
||||||
path: "{{ home_user }}/.gitolite.rc"
|
path: "{{ home_user }}/.gitolite.rc"
|
||||||
regex: "GIT_CONFIG_KEYS"
|
regex: "GIT_CONFIG_KEYS"
|
||||||
line: "\tGIT_CONFIG_KEYS => 'cgit\.owner cgit\.section cgit\.hide cgit\.desc',"
|
line: "\tGIT_CONFIG_KEYS => 'cgit\\.owner cgit\\.section cgit\\.hide cgit\\.desc',"
|
||||||
|
|
||||||
- name: configuration de la branche par défaut de git
|
- name: configuration de la branche par défaut de git
|
||||||
community.general.git_config:
|
community.general.git_config:
|
||||||
|
|
Loading…
Reference in a new issue