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