Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Commit

Permalink
Switch to unarchive module
Browse files Browse the repository at this point in the history
  • Loading branch information
edwinkortman committed Sep 4, 2018
1 parent f55c0fb commit 3b0e811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
when: installed_beanstalkd_version.stdout != beanstalkd_version

- name: Unarchive.
command: tar -zxvf /tmp/beanstalkd-{{ beanstalkd_version }}.tar.gz chdir=/tmp creates=/tmp/beanstalkd-{{ beanstalkd_version }}
unarchive: remote_src=true src=/tmp/beanstalkd-{{ beanstalkd_version }}.tar.gz dest=/tmp
when: installed_beanstalkd_version.stdout != beanstalkd_version

- name: Make.
Expand Down

0 comments on commit 3b0e811

Please sign in to comment.