File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 22
22
local_action : tempfile
23
23
register : authkey_tempfile
24
24
changed_when : False
25
+ check_mode : no
25
26
when : inventory_hostname != groups[pacemaker_corosync_group][0]
26
27
27
28
- name : Fetch authkey for other nodes
28
29
fetch : src=/etc/corosync/authkey dest="{{ authkey_tempfile.path }}" flat=yes
29
30
delegate_to : " {{ groups[pacemaker_corosync_group][0] }}"
30
31
changed_when : False
32
+ check_mode : no
31
33
when : inventory_hostname != groups[pacemaker_corosync_group][0]
32
34
33
35
- name : Copy authkey to other nodes
41
43
path : " {{ authkey_tempfile.path }}"
42
44
state : " absent"
43
45
changed_when : False
46
+ check_mode : no
44
47
when : inventory_hostname != groups[pacemaker_corosync_group][0]
45
48
46
49
- name : Chowns authkeys
You can’t perform that action at this time.
0 commit comments