Skip to content

Commit 0f8145f

Browse files
committed
remove obsolete tests
1 parent c005ef8 commit 0f8145f

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

molecule/default/verify.yml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,7 @@
55
hosts: instance-1
66
gather_facts: false
77
tasks:
8-
- name: Check if IPFS is installed
9-
package:
10-
name: ipfs
11-
state: present
12-
check_mode: true
13-
register: install_ipfs
14-
failed_when: (install_ipfs is changed) or (install_ipfs is failed)
15-
8+
169
- name: Check if IPFS service is running
1710
service:
1811
name: ipfs
@@ -22,14 +15,6 @@
2215
register: service_ipfs
2316
failed_when: (service_ipfs is changed) or (service_ipfs is failed)
2417

25-
- name: Check if IPFS Cluster is installed
26-
package:
27-
name: ipfs-cluster
28-
state: present
29-
check_mode: true
30-
register: install_ipfs_cluster
31-
failed_when: (install_ipfs_cluster is changed) or (install_ipfs_cluster is failed)
32-
3318
- name: Check if IPFS Cluster service is running
3419
service:
3520
name: ipfs-cluster

0 commit comments

Comments
 (0)