Skip to content

Commit

Permalink
Merge pull request #5917 from gonzalo-bulnes/fix-ansible-deprecation-…
Browse files Browse the repository at this point in the history
…warning

Fix Ansible deprecation warning when building deb packages
  • Loading branch information
conorsch committed May 3, 2021
2 parents 0f6ae64 + d6a92d4 commit 626e1dd
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -55,11 +55,10 @@

- name: Install apt dependencies for building OSSEC packages.
apt:
name: "{{ item }}"
name: "{{ build_ossec_deb_pkg_dependencies }}"
state: present
update_cache: yes
cache_valid_time: 3600
with_items: "{{ build_ossec_deb_pkg_dependencies }}"

- name: Extract OSSEC source tarball.
unarchive:
Expand Down

0 comments on commit 626e1dd

Please sign in to comment.