From 69142fda883b14c0ecf5283ffda3b5baba6ecee4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=B6rg=20Sachse?= <Joerg.Sachse@slub-dresden.de>
Date: Tue, 23 Mar 2021 08:54:51 +0100
Subject: [PATCH] style: use english task names only

---
 tasks/install-callas-pdf-engine.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tasks/install-callas-pdf-engine.yml b/tasks/install-callas-pdf-engine.yml
index e513916..a453bdc 100644
--- a/tasks/install-callas-pdf-engine.yml
+++ b/tasks/install-callas-pdf-engine.yml
@@ -56,7 +56,7 @@
     - "lib"
     - "lang"
 
-- name: Symlinks auf mitgelieferte libstdc++ löschen
+- name: remove symlinks to distro version of libstdc++
   file:
     path: "{{ item }}"
     state: absent
@@ -69,7 +69,7 @@
     name: "libstdc++-8-dev"
     state: present
 
-- name: Symlinks auf Systemlibraries erstellen
+- name: create symlinks to system libraries
   file:
     src: "{{ item.src }}"
     dest: "{{ item.dest }}"
-- 
GitLab