Skip to content

Commit

Permalink
Added firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
secureideas authored and mgillam committed Oct 15, 2019
1 parent 7479d89 commit 7de7234
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions install/tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
tasks:

- import_tasks: tools/chrome-tasks.yml
- import_tasks: tools/firefox-tasks.yml
- import_tasks: tools/burpsuite-tasks.yml
- import_tasks: tools/nikto-tasks.yml
- import_tasks: tools/sqlmap-tasks.yml
Expand Down
5 changes: 5 additions & 0 deletions install/tools/firefox-tasks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- name: Install Mozilla Firefox
apt:
name:
- firefox-esr
update_cache: yes

0 comments on commit 7de7234

Please sign in to comment.