main.yml 237 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 - 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