We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I try to configure advanced resource with meta and I get error "'dict object' has no attribute 'name'". Probably the cause is nvpair.name in loop_control.labal. Should be nvpair.key. https://github.com/devgateway/ansible-role-pacemaker/blob/master/tasks/advanced-resource.yml#L22
The text was updated successfully, but these errors were encountered:
@lukikawalec this works for me:
- name: Configure NFS resource include_role: name: pacemaker tasks_from: advanced-resource vars: pcmk_resource: type: clone id: clo_nfs resources: p_nfs_server: class: lsb type: nfs-kernel-server meta: globally-unique: "false" target-role: "Started" op: - name: monitor interval: 10s timeout: 30s
Sorry, something went wrong.
See PR #15 - it has a fix.
No branches or pull requests
I try to configure advanced resource with meta and I get error "'dict object' has no attribute 'name'".
Probably the cause is nvpair.name in loop_control.labal. Should be nvpair.key.
https://github.com/devgateway/ansible-role-pacemaker/blob/master/tasks/advanced-resource.yml#L22
The text was updated successfully, but these errors were encountered: