Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
72a354fcbcec7cd86563b83d4968411cfe97840f
/
.
/
tools
/
dev
/
vagrant
/
ansible
/
roles
/
mininet
/
tasks
/
main.yml
blob: 105cbc41c3483df8e293c27b873b520ddda14c1b [
file
] [
log
] [
blame
]
-
name:
git is present
apt:
name:
git
force:
yes
tags:
[common]
-
name:
Clone mininet repository
git:
repo=https
:
//github.com/mininet/mininet.git dest=mininet
-
name:
Install mininet
command:
mininet/util/install.sh
-
a