Skip to content

Commit 2c2fdf8

Browse files
committed
Update bastion.yml
1 parent b493571 commit 2c2fdf8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

playbooks/roles/slurm/tasks/bastion.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,9 @@
2020
slurm_repos: "ol8_developer_EPEL,ol8_codeready_builder"
2121
when: (not destroy|bool) and ((initial|bool) or (not initial|bool and ('compute' in group_names)))
2222

23-
2423
- name: run server directives ol8 bastion
2524
include_tasks: server.yml
2625
vars:
2726
slurm_repos: "ol8_developer_EPEL,ol8_codeready_builder"
2827
when: ('bastion' in group_names) and (not destroy|bool) and (initial| bool)
29-
3028
when: ansible_distribution_major_version == '8'

0 commit comments

Comments
 (0)