Skip to content

Commit 18ede35

Browse files
authored
Merge pull request #13 from nl2go/update_role
changed the source
2 parents 46d1c7d + 71c1d85 commit 18ede35

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

molecule/default/prepare.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@
88
hosts: all
99
tasks:
1010
- name: Install netcat
11-
package:
11+
apt:
1212
name: netcat
1313
state: present
14+
update_cache: yes
1415

1516
- name: Download JMX CLI
1617
hosts: all

tasks/install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
- name: Download and extract ZooKeeper
3030
unarchive:
31-
src: "https://mirror.synyx.de/apache/zookeeper/zookeeper-{{ zookeeper_version }}/apache-zookeeper-{{ zookeeper_version }}-bin.tar.gz"
31+
src: "https://archive.apache.org/dist/zookeeper/zookeeper-{{ zookeeper_version }}/apache-zookeeper-{{ zookeeper_version }}-bin.tar.gz"
3232
dest: "{{ zookeeper_dir }}/{{ zookeeper_version }}"
3333
remote_src: yes
3434
extra_opts: [--strip-components=1]

0 commit comments

Comments
 (0)