We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 46d1c7d + 71c1d85 commit 18ede35Copy full SHA for 18ede35
molecule/default/prepare.yml
@@ -8,9 +8,10 @@
8
hosts: all
9
tasks:
10
- name: Install netcat
11
- package:
+ apt:
12
name: netcat
13
state: present
14
+ update_cache: yes
15
16
- name: Download JMX CLI
17
tasks/install.yml
@@ -28,7 +28,7 @@
28
29
- name: Download and extract ZooKeeper
30
unarchive:
31
- src: "https://mirror.synyx.de/apache/zookeeper/zookeeper-{{ zookeeper_version }}/apache-zookeeper-{{ zookeeper_version }}-bin.tar.gz"
+ src: "https://archive.apache.org/dist/zookeeper/zookeeper-{{ zookeeper_version }}/apache-zookeeper-{{ zookeeper_version }}-bin.tar.gz"
32
dest: "{{ zookeeper_dir }}/{{ zookeeper_version }}"
33
remote_src: yes
34
extra_opts: [--strip-components=1]
0 commit comments