Skip to content

Commit

Permalink
Merge pull request #68 from dzeban/tar-remove-z-option
Browse files Browse the repository at this point in the history
Remove 'z' from untar command
  • Loading branch information
ernestas-poskus authored Jun 15, 2017
2 parents d57a942 + 80ab62f commit bfd932e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/tarball.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
zookeeper_archive_s3_object is not defined
- name: Unpack tarball.
command: tar zxf {{zookeeper_tarball_dir}}/zookeeper-{{zookeeper_version}}.tar.gz --strip-components=1 chdir={{zookeeper_dir}} creates={{zookeeper_dir}}/bin
command: tar xf {{zookeeper_tarball_dir}}/zookeeper-{{zookeeper_version}}.tar.gz --strip-components=1 chdir={{zookeeper_dir}} creates={{zookeeper_dir}}/bin
tags: bootstrap

- group: name=zookeeper system=yes
Expand Down

0 comments on commit bfd932e

Please sign in to comment.