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 f1be7a6 commit 7ae17fbCopy full SHA for 7ae17fb
tasks/pacemaker.yml
@@ -83,15 +83,15 @@
83
file:
84
path: /var/log/corosync
85
state: directory
86
- when: pacemaker_corosync_use_logfile | bool is true
+ when: pacemaker_corosync_use_logfile | bool
87
88
- name: Adds logrotate config for corosync
89
template:
90
src: corosync_logrotate.conf.j2
91
dest: /etc/logrotate.d/corosync
92
mode: "0644"
93
owner: root
94
95
96
- name: Creates services directory
97
0 commit comments