Skip to content

Commit

Permalink
Merge pull request #6 from clouddrove/PR-1
Browse files Browse the repository at this point in the history
fix lint
  • Loading branch information
Sohan Yadav committed Jun 4, 2020
2 parents de01c03 + d1aba89 commit 733589f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tasks/aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
apt:
name:
- awscli
- iotop
state: present
- iotop
state: present
4 changes: 2 additions & 2 deletions tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

- name: install system packages and utils
apt:
pkg: [ 'ntp', 'openssl', 'git', 'telnet', 'figlet', 'git-core', 'htop', 'wget', 'python3-pip',
'zip', 'vim', 'vim-common', 'curl', 'rsyslog', 'libjson-xs-perl']
pkg: ['ntp', 'openssl', 'git', 'telnet', 'figlet', 'git-core', 'htop', 'wget', 'python3-pip',
'zip', 'vim', 'vim-common', 'curl', 'rsyslog', 'libjson-xs-perl']
state: "{{ state }}"
update_cache: true
cache_valid_time: 5400
Expand Down

0 comments on commit 733589f

Please sign in to comment.