File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
ansible/roles/dev-desktop/tasks Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
7
7
- name : Find all lldb Python files
8
8
ansible.builtin.find :
9
- paths : /usr/lib/llvm-14/lib/python3.10 /dist-packages/lldb
9
+ paths : /usr/lib/llvm-14/lib/python3.12 /dist-packages/lldb
10
10
file_type : file
11
11
register : lldb_python_files
12
12
13
13
- name : Find all lldb Python modules
14
14
ansible.builtin.find :
15
- paths : /usr/lib/llvm-14/lib/python3.10 /dist-packages/lldb
15
+ paths : /usr/lib/llvm-14/lib/python3.12 /dist-packages/lldb
16
16
file_type : directory
17
17
register : lldb_python_directories
18
18
26
26
- name : Fix lldb-server-14.0.0
27
27
ansible.builtin.file :
28
28
src : /usr/lib/llvm-14/bin/lldb-server
29
- dest : /usr/bin/lldb-server-14.0.0
29
+ dest : /usr/bin/lldb-server-14.0.6
30
30
state : link
You can’t perform that action at this time.
0 commit comments