Fix commit_etc_git.yml task author
continuous-integration/drone/push Build is failing Details

Author in two parts was considered as "author" + "<file>" instead of "author
<author>"
This commit is contained in:
Jérémy Dubois 2020-08-26 09:50:05 +02:00
parent b586b1fafe
commit 5bc2d87000
1 changed files with 2 additions and 2 deletions

View File

@ -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