File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
ansible/roles/compute_init/files Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 19
19
enable_basic_users : " {{ os_metadata.meta.basic_users | default(false) | bool }}"
20
20
enable_eessi : " {{ os_metadata.meta.eessi | default(false) | bool }}"
21
21
enable_chrony : " {{ os_metadata.meta.chrony | default(false) | bool }}"
22
- enable_vgpu : " {{ os_metadata.meta.chrony | default(false) | bool }}"
22
+ enable_vgpu : " {{ os_metadata.meta.vpgu | default(false) | bool }}"
23
23
24
24
25
25
# TODO: "= role defaults" - could be moved to a vars_file: on play with similar precedence effects
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ addresses.
35
35
36
36
## compute_init
37
37
38
- Use the `` enable_vgpu `` metadata option to enable creation of mig devices on rebuild.
38
+ Use the `` vgpu `` metadata option to enable creation of mig devices on rebuild.
39
39
40
40
## gres configuration
41
41
You can’t perform that action at this time.
0 commit comments