We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e32e60e commit 782c2f5Copy full SHA for 782c2f5
2 files changed
ansible/fatimage.yml
@@ -152,7 +152,7 @@
152
ansible.builtin.include_role:
153
name: openondemand
154
tasks_from: vnc_compute.yml
155
- when: "'openondemand_desktop' or 'openondemand_matlab' in group_names"
+ when: "'openondemand_desktop' in group_names or 'openondemand_matlab' in group_names"
156
157
- name: Open OnDemand Jupyter node
158
ansible/roles/lustre/tasks/install.yml
@@ -34,7 +34,8 @@
34
35
- name: Check rpms found
36
ansible.builtin.assert:
37
- that: _lustre_find_rpms.files | length
+ that:
38
+ - _lustre_find_rpms.matched > 0
39
fail_msg: "No lustre repos found with lustre_rpm_globs = {{ lustre_rpm_globs }}"
40
41
- name: Install lustre rpms
0 commit comments