We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89d3134 commit 26a51fcCopy full SHA for 26a51fc
1 file changed
tasks/pacemaker.yml
@@ -22,12 +22,14 @@
22
local_action: tempfile
23
register: authkey_tempfile
24
changed_when: False
25
+ check_mode: no
26
when: inventory_hostname != groups[pacemaker_corosync_group][0]
27
28
- name: Fetch authkey for other nodes
29
fetch: src=/etc/corosync/authkey dest="{{ authkey_tempfile.path }}" flat=yes
30
delegate_to: "{{ groups[pacemaker_corosync_group][0] }}"
31
32
33
34
35
- name: Copy authkey to other nodes
@@ -41,6 +43,7 @@
41
43
path: "{{ authkey_tempfile.path }}"
42
44
state: "absent"
45
46
47
48
49
- name: Chowns authkeys
0 commit comments