Skip to content

Commit 289a02d

Browse files
committed
Install ns3 module for ns3 by waf
1 parent 779e419 commit 289a02d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

ansible/roles/ns3/tasks/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,11 @@
4848
poll: 0
4949
ignore_errors: true
5050
tags: ns3
51+
- name: Waf install
52+
command: "./waf install"
53+
args:
54+
chdir: "{{ home_location }}/ns-allinone-{{ NS3_VERSION }}/ns-{{ NS3_VERSION }}"
55+
tags: ns3
5156
- name: Create Waf Shell
5257
template:
5358
src: "waf_shell.sh.j2"

0 commit comments

Comments
 (0)