add speedtest-cli

bionic
trevorbryant 2019-04-16 09:45:22 -04:00
parent 7e8fc625c2
commit 8d60bc7ad5
1 changed files with 1 additions and 1 deletions

View File

@ -20,6 +20,7 @@
- python3-pip - python3-pip
- nmap - nmap
- docker.io - docker.io
- speedtest-cli
tasks: tasks:
- name: install deb-utils packages - name: install deb-utils packages
apt: apt:
@ -177,7 +178,6 @@
repo: https://github.com/aircrack-ng/aircrack-ng.git repo: https://github.com/aircrack-ng/aircrack-ng.git
dest: /opt/aircrack-ng dest: /opt/aircrack-ng
version: master version: master
#become_user: trevor
- name: change dir and install - name: change dir and install
shell: autoreconf -i && ./configure --with-experimental && make && make install && ldconfig shell: autoreconf -i && ./configure --with-experimental && make && make install && ldconfig
args: args: