Corrects yaml line break.
Some checks failed
continuous-integration/drone/push Build is failing

Indentation is not allowed and breaks the tasks.
This commit is contained in:
Jérémy Dubois 2020-07-02 16:40:17 +02:00
parent 7e977633bd
commit 3dd9e461c4
3 changed files with 14 additions and 14 deletions

View file

@ -52,9 +52,9 @@
shell: > shell: >
git add -A . git add -A .
&& git commit && git commit
-m "{{ commit_message | mandatory }}" -m "{{ commit_message | mandatory }}"
--author --author
"{{ commit_author | mandatory }} <{{ commit_email | mandatory }}>" "{{ commit_author | mandatory }} <{{ commit_email | mandatory }}>"
args: args:
chdir: /etc chdir: /etc
register: etc_commit_end_run register: etc_commit_end_run

View file

@ -109,10 +109,10 @@
job: > job: >
who who
> /dev/null > /dev/null
|| /usr/local/bin/git || /usr/local/bin/git
--git-dir=/etc/.git --git-dir=/etc/.git
--work-tree=/etc --work-tree=/etc
status --short status --short
when: etc_git_monitor_status when: etc_git_monitor_status
tags: tags:
- etc-git - etc-git
@ -124,10 +124,10 @@
job: > job: >
who who
> /dev/null > /dev/null
|| /usr/local/bin/git || /usr/local/bin/git
--git-dir=/etc/.git --git-dir=/etc/.git
--work-tree=/etc --work-tree=/etc
status --short status --short
state: absent state: absent
when: not etc_git_monitor_status when: not etc_git_monitor_status
tags: tags:

View file

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