Skip to content

Commit

Permalink
add task for package installation
Browse files Browse the repository at this point in the history
  • Loading branch information
ruanbekker authored Jun 14, 2018
1 parent 521d27e commit c64f78a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions roles/install-modules/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
- name: Install Packages
apt: name={{ item }} state=latest update_cache=yes
with_items:
- ntp
- python
- tcpdump
- wget
- openssl
- curl

0 comments on commit c64f78a

Please sign in to comment.