Skip to content
Snippets Groups Projects
Commit 90f83ee1 authored by Jafar Lie's avatar Jafar Lie
Browse files

added xorg packages for ubuntu desktop

Former-commit-id: abef5486
parent 5f1ea028
No related branches found
No related tags found
No related merge requests found
......@@ -25,12 +25,14 @@
- xorg-x11-xauth
- xorg-x11-proto-devel
- xorg-x11-xkb-utils
when: ansible_os_family == 'RedHat'
- name: install development tools
yum: name="@Development Tools" state=installed
become: true
become_user: root
ignore_errors: yes
when: ansible_os_family == 'RedHat'
- name: disable nouveau
template: src=blacklist-nouveau.conf.j2 dest=/etc/modprobe.d/blacklist-nouveau.conf
......@@ -99,7 +101,6 @@
become: true
when: install_driver
- name: stop the persistence daemon
service: name=nvidia-persistenced state=stopped
become: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment