Skip to content

Commit

Permalink
Install zip for unarchive test when using dnf.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattclay committed Oct 7, 2019
1 parent 4959ab5 commit 86ae3cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/integration/targets/unarchive/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
yum: name=zip,unzip state=latest
when: ansible_pkg_mgr == 'yum'

#- name: Ensure zip is present to create test archive (dnf)
# dnf: name=zip state=latest
# when: ansible_pkg_mgr == 'dnf'
- name: Ensure zip is present to create test archive (dnf)
dnf: name=zip state=latest
when: ansible_pkg_mgr == 'dnf'

- name: Ensure zip & unzip is present to create test archive (apt)
apt: name=zip,unzip state=latest
Expand Down

0 comments on commit 86ae3cf

Please sign in to comment.