Skip to content

Commit

Permalink
Merge pull request #19 from rlex/master
Browse files Browse the repository at this point in the history
Fix deprecation warning
  • Loading branch information
tersmitten authored Oct 17, 2018
2 parents 5279033 + 95b0fd9 commit fcc37d9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@
---
- name: install dependencies
apt:
name: "{{ item }}"
name: "{{ snmpd_dependencies }}"
state: "{{ apt_install_state | default('latest') }}"
update_cache: true
cache_valid_time: "{{ apt_update_cache_valid_time | default(3600) }}"
with_items: "{{ snmpd_dependencies }}"
tags:
- configuration
- snmpd
Expand Down

0 comments on commit fcc37d9

Please sign in to comment.