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

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: