fix error string

This commit is contained in:
rick 2023-01-21 20:10:15 +01:00
parent 8b2dccc9be
commit 8f4bbebe96
Signed by: Rick
GPG Key ID: 4A6223D66294EB20
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@
ansible.builtin.lineinfile:
path: "{{ home_user }}/.gitolite.rc"
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
community.general.git_config: