Skip to content

Commit

Permalink
fix deprecation notes
Browse files Browse the repository at this point in the history
  • Loading branch information
grzegorznowak committed Jan 2, 2020
1 parent 1ebee0c commit 156e395
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions tasks/setup-Debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,5 @@
apt:
update_cache: true
cache_valid_time: 60
name: '{{ item }}'
name: wget
state: present
with_items:
- wget
4 changes: 1 addition & 3 deletions tasks/setup-Redhat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,5 @@
- name: Install dependencies
yum:
update_cache: true
name: '{{ item }}'
name: wget
state: present
with_items:
- wget

0 comments on commit 156e395

Please sign in to comment.