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 b493571 commit 2c2fdf8Copy full SHA for 2c2fdf8
playbooks/roles/slurm/tasks/bastion.yml
@@ -20,11 +20,9 @@
20
slurm_repos: "ol8_developer_EPEL,ol8_codeready_builder"
21
when: (not destroy|bool) and ((initial|bool) or (not initial|bool and ('compute' in group_names)))
22
23
-
24
- name: run server directives ol8 bastion
25
include_tasks: server.yml
26
vars:
27
28
when: ('bastion' in group_names) and (not destroy|bool) and (initial| bool)
29
30
when: ansible_distribution_major_version == '8'
0 commit comments