Fix etcd unpack by adding a explicit x flag.

pull/6/head
Brendan Burns 2014-11-19 11:33:50 -08:00
parent 885f2b5f48
commit 927088de83
1 changed files with 1 additions and 1 deletions

View File

@ -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