File tree Expand file tree Collapse file tree 1 file changed +1
-16
lines changed Expand file tree Collapse file tree 1 file changed +1
-16
lines changed Original file line number Diff line number Diff line change 5
5
hosts : instance-1
6
6
gather_facts : false
7
7
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
+
16
9
- name : Check if IPFS service is running
17
10
service :
18
11
name : ipfs
22
15
register : service_ipfs
23
16
failed_when : (service_ipfs is changed) or (service_ipfs is failed)
24
17
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
-
33
18
- name : Check if IPFS Cluster service is running
34
19
service :
35
20
name : ipfs-cluster
You can’t perform that action at this time.
0 commit comments