diff options
Diffstat (limited to 'roles/gpu_driver/meta/argument_specs.yml')
| -rw-r--r-- | roles/gpu_driver/meta/argument_specs.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/roles/gpu_driver/meta/argument_specs.yml b/roles/gpu_driver/meta/argument_specs.yml new file mode 100644 index 00000000..6986388f --- /dev/null +++ b/roles/gpu_driver/meta/argument_specs.yml @@ -0,0 +1,8 @@ +--- +argument_specs: + main: + short_description: "Detect the GPU and include the appropriate driver role" + description: > + Detects the GPU present on the machine using PCI device information and + includes the matching driver role (intel_i915 or nvidia_gtx1060). + options: {} |
