Skip to content
Snippets Groups Projects
Commit 69142fda authored by Jörg Sachse's avatar Jörg Sachse
Browse files

style: use english task names only

parent 52b9ff25
No related branches found
No related tags found
No related merge requests found
......@@ -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 }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment