Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDoobPG authored and MrDoobPG committed Aug 26, 2019
1 parent 7e44d03 commit 7709991
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions menu/roles/common/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@
- "run-one"
ignore_errors: yes

- name: Install 'intel-gpu-tools'
apt: "name=intel-gpu-tools state=present"
when: ('i915' not in lscpi_resp.stdout)
# - name: Install 'intel-gpu-tools'
# apt: "name=intel-gpu-tools state=present"
# when: ('i915' not in lscpi_resp.stdout)

- name: Install unrar
apt:
Expand Down

0 comments on commit 7709991

Please sign in to comment.