File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6
6
7
7
- name : DGX tasks
8
8
when : dcgm_is_dgx
9
- include : install-dgx.yml
9
+ include_tasks : install-dgx.yml
10
10
11
11
- name : Ubuntu tasks
12
12
when : (ansible_distribution == "Ubuntu") and not dcgm_is_dgx
13
- include : install-ubuntu.yml
13
+ include_tasks : install-ubuntu.yml
14
14
15
15
- name : Red Hat family tasks
16
16
when : (ansible_os_family == "RedHat") and not dcgm_is_dgx
17
- include : install-redhat.yml
17
+ include_tasks : install-redhat.yml
18
18
19
19
# We don't test service start in Molecule, because the dcgm service will fail
20
20
# if the CUDA driver isn't installed and working.
Original file line number Diff line number Diff line change 94
94
- epilog
95
95
96
96
- name : include prolog/epilog
97
- include : prolog_epilog.yml
97
+ include_tasks : prolog_epilog.yml
98
98
when : slurm_enable_prolog_epilog
99
99
100
100
- name : configure slurm.conf
You can’t perform that action at this time.
0 commit comments