Skip to content

Commit

Permalink
update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anmolnagpal committed May 22, 2020
1 parent f8fd1c1 commit c346cb8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
dependencies: []

galaxy_info:
author: clouddrove
author: Anmol Nagpal
description: This ansible role install common packages for Debian.
company: "CloudDrove, LLC"
company: "CloudDrove Inc."
license: "license (BSD, MIT)"
min_ansible_version: 2.4
platforms:
Expand Down
6 changes: 6 additions & 0 deletions tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,9 @@
update_cache: true
cache_valid_time: 5400
changed_when: false

- name: install python packages
pip:
name:
- awscli
- iotop

0 comments on commit c346cb8

Please sign in to comment.