Skip to content

Commit 07dd72c

Browse files
committed
Add ldconfig in ns3 role
1 parent 289a02d commit 07dd72c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

ansible/roles/ns3/tasks/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@
5353
args:
5454
chdir: "{{ home_location }}/ns-allinone-{{ NS3_VERSION }}/ns-{{ NS3_VERSION }}"
5555
tags: ns3
56+
- name: Configure dynamic linker run-time bindings
57+
command: "ldconfig"
58+
tags: ns3
5659
- name: Create Waf Shell
5760
template:
5861
src: "waf_shell.sh.j2"

0 commit comments

Comments
 (0)