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

Commit

Permalink
Merge pull request #5 from edwinkortman/tar-to-unarchive
Browse files Browse the repository at this point in the history
Switch to unarchive module
  • Loading branch information
ramondelafuente committed Sep 4, 2018
2 parents f55c0fb + 3b0e811 commit baad208
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 baad208

Please sign in to comment.