Commit 3c3ad747 authored by Brendan Burns's avatar Brendan Burns

Merge pull request #2467 from brendandburns/fix

Fix etcd unpack by adding a explicit x flag.
parents 298007b9 927088de
......@@ -24,7 +24,7 @@ etcd-tar:
- source_hash: {{ etcd_tar_hash }}
- archive_format: tar
- if_missing: /usr/local/src/etcd-{{ etcd_version }}-linux-amd64
- tar_options: z
- tar_options: xz
file.directory:
- name: /usr/local/src/etcd-{{ etcd_version }}-linux-amd64
- user: root
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment