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

configured dependencies for generating xconf

Former-commit-id: 9f693399
parent 346b4127
No related branches found
No related tags found
No related merge requests found
......@@ -213,6 +213,15 @@
# become: true
# become_user: root
# when: template_xorgconf is defined and template_xorgcon
- name: install dependencies for nvidia-xconf-gen
apt:
name:
- python-jinja2
- python3-jinja2
update_cache: yes
state: present
become: true
become_user: root
- name: run nvidia-xconf-gen
script: scripts/nvidia-xconf-gen.py
......
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