diff --git a/tasks/install-callas-pdf-engine.yml b/tasks/install-callas-pdf-engine.yml index e5139161d5ae45c0c63d20d8e533db4d115a4b6b..a453bdcfb5c4ec8690827043c39e03d83439c69d 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 }}"