Skip to content

Commit

Permalink
Merge pull request #55 from apollo13/patch-1
Browse files Browse the repository at this point in the history
Silence warnings in ansible 2.7
  • Loading branch information
tersmitten authored Oct 5, 2018
2 parents 9b4f049 + c5bfcba commit 9601789
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 @@ -22,11 +22,10 @@

- name: install package
apt:
name: "{{ item }}"
name: "{{ postfix_install }}"
state: "{{ apt_install_state | default('latest') }}"
update_cache: true
cache_valid_time: "{{ apt_update_cache_valid_time | default(3600) }}"
with_items: "{{ postfix_install }}"
tags:
- configuration
- postfix
Expand Down

0 comments on commit 9601789

Please sign in to comment.