|
@@ -13,14 +13,15 @@
|
|
|
# limitations under the License.
|
|
|
---
|
|
|
|
|
|
-- name: Execute slurm restd on rocky
|
|
|
- block:
|
|
|
- - name: Install jansson
|
|
|
- include_tasks: install_jansson.yml
|
|
|
+- name: Install jansson
|
|
|
+ include_tasks: install_jansson.yml
|
|
|
|
|
|
- - name: Install libjwt
|
|
|
- include_tasks: install_libjwt.yml
|
|
|
+- name: Install libjwt
|
|
|
+ include_tasks: install_libjwt.yml
|
|
|
|
|
|
- - name: Generate Token
|
|
|
- include_tasks: generate_token.yml
|
|
|
- when: os_supported_leap not in compute_os
|
|
|
+- name: Configure slurm restd in leap
|
|
|
+ include_tasks: configure_restd_leap.yml
|
|
|
+ when: os_supported_leap in compute_os
|
|
|
+
|
|
|
+- name: Generate Token
|
|
|
+ include_tasks: generate_token.yml
|