We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 289a02d commit 07dd72cCopy full SHA for 07dd72c
1 file changed
ansible/roles/ns3/tasks/main.yml
@@ -53,6 +53,9 @@
53
args:
54
chdir: "{{ home_location }}/ns-allinone-{{ NS3_VERSION }}/ns-{{ NS3_VERSION }}"
55
tags: ns3
56
+- name: Configure dynamic linker run-time bindings
57
+ command: "ldconfig"
58
+ tags: ns3
59
- name: Create Waf Shell
60
template:
61
src: "waf_shell.sh.j2"
0 commit comments