We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62792ec commit bbbd550Copy full SHA for bbbd550
handlers/main.yml
@@ -1,5 +1,5 @@
1
- name: Restart corosync
2
- service:
+ service:
3
name: "{{ item }}"
4
state: restarted
5
with_items:
tasks/check_vars.yml
@@ -1,6 +1,6 @@
- name: Checking that required variables are set
fail: msg="{{ item }} is not defined"
- when: not {{ item }}
+ when: not item
- pacemaker_corosync_group
6
- - pacemaker_corosync_ring_interface
+ - pacemaker_corosync_ring_interface
tasks/pacemaker.yml
- name: Installs pacemaker & corosync
- apt: pkg={{item}} state=latest
+ apt: pkg={{item}} state=present
- corosync
- pacemaker
0 commit comments