tree: 8e577f7ed17fa63712f9ba7245c2d69e055fb40f [path history] [tgz]
  1. meta/
  2. tasks/
  3. README.md
skolo/ansible/switchboard/roles/install_win_gpu_drivers/README.md

Role Name

install_win_gpu_drivers

Description

Detects the GPU on a Windows machine and installs the appropriate driver.

Example Playbook

# Installs Graphics Tools on all Windows machines.
- hosts: all_win
  user: chrome-bot
  gather_facts: yes

  roles:
    - install_win_gpu_drivers