Skip to content

Commit

Permalink
Completed all basic modules
Browse files Browse the repository at this point in the history
  • Loading branch information
mandeepdhiman123 committed Aug 28, 2020
1 parent a1207fb commit 5c31104
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
- name: Add apt repository
apt_repository:
repo: ppa:mrazavi/openvas
state: present
repo: 'ppa:mrazavi/openvas'

- name: Install apt packages
apt: name={{ item }} state=present
with_items:
- software-properties-common
- openvas
- openvas9
- sqlite3
- texlive-latex-extra
- texlive-fonts-recommended
- libopenvas8-dev
- libopenvas9-dev

- name: Update openvas db
command: greenbone-nvt-sync
Expand Down
6 changes: 0 additions & 6 deletions mosip-security-playbook/utils/apt-packages.txt

This file was deleted.

0 comments on commit 5c31104

Please sign in to comment.