mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 20:53:33 +00:00
Fix etcd unpack by adding a explicit x flag.
This commit is contained in:
parent
885f2b5f48
commit
927088de83
@ -24,7 +24,7 @@ etcd-tar:
|
|||||||
- source_hash: {{ etcd_tar_hash }}
|
- source_hash: {{ etcd_tar_hash }}
|
||||||
- archive_format: tar
|
- archive_format: tar
|
||||||
- if_missing: /usr/local/src/etcd-{{ etcd_version }}-linux-amd64
|
- if_missing: /usr/local/src/etcd-{{ etcd_version }}-linux-amd64
|
||||||
- tar_options: z
|
- tar_options: xz
|
||||||
file.directory:
|
file.directory:
|
||||||
- name: /usr/local/src/etcd-{{ etcd_version }}-linux-amd64
|
- name: /usr/local/src/etcd-{{ etcd_version }}-linux-amd64
|
||||||
- user: root
|
- user: root
|
||||||
|
Loading…
Reference in New Issue
Block a user