Skip to content

Commit bfd932e

Browse files
Merge pull request #68 from dzeban/tar-remove-z-option
Remove 'z' from untar command
2 parents d57a942 + 80ab62f commit bfd932e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tasks/tarball.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
zookeeper_archive_s3_object is not defined
3333
3434
- name: Unpack tarball.
35-
command: tar zxf {{zookeeper_tarball_dir}}/zookeeper-{{zookeeper_version}}.tar.gz --strip-components=1 chdir={{zookeeper_dir}} creates={{zookeeper_dir}}/bin
35+
command: tar xf {{zookeeper_tarball_dir}}/zookeeper-{{zookeeper_version}}.tar.gz --strip-components=1 chdir={{zookeeper_dir}} creates={{zookeeper_dir}}/bin
3636
tags: bootstrap
3737

3838
- group: name=zookeeper system=yes

0 commit comments

Comments
 (0)