Fix commit_etc_git.yml task author
Certaines vérifications ont échoué
continuous-integration/drone/push Build is failing

Author in two parts was considered as "author" + "<file>" instead of "author
<author>"
Cette révision appartient à :
Jérémy Dubois 2020-08-26 09:50:05 +02:00
Parent b586b1fafe
révision 5bc2d87000

Voir le fichier

@ -15,8 +15,8 @@
git add -A .
&& git commit
-m "{{ commit_message | default('Ansible run') }}"
--author="{{ ansible_env.SUDO_USER | default('Root') }}"
"<{{ ansible_env.SUDO_USER | default('Root') }}@{{ general_technical_realm }}>"
--author="{{ ansible_env.SUDO_USER | default('Root') }}
<{{ ansible_env.SUDO_USER | default('Root') }}@{{ general_technical_realm }}>"
args:
chdir: /etc
register: etc_commit_end_evolinux