blob: 105cbc41c3483df8e293c27b873b520ddda14c1b [file] [log] [blame]
alshabibbdb7b372016-05-25 09:46:49 -07001- name: git is present
2 apt:
3 name: git
4 force: yes
5 tags: [common]
6
7- name: Clone mininet repository
8 git: repo=https://github.com/mininet/mininet.git dest=mininet
9
10- name: Install mininet
11 command: mininet/util/install.sh -a