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
Branches
No related tags found
No related merge requests found
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
- "lib" - "lib"
- "lang" - "lang"
- name: Symlinks auf mitgelieferte libstdc++ löschen - name: remove symlinks to distro version of libstdc++
file: file:
path: "{{ item }}" path: "{{ item }}"
state: absent state: absent
...@@ -69,7 +69,7 @@ ...@@ -69,7 +69,7 @@
name: "libstdc++-8-dev" name: "libstdc++-8-dev"
state: present state: present
- name: Symlinks auf Systemlibraries erstellen - name: create symlinks to system libraries
file: file:
src: "{{ item.src }}" src: "{{ item.src }}"
dest: "{{ item.dest }}" dest: "{{ item.dest }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment