Skip to content
Snippets Groups Projects
Commit fe111a78 authored by Trung Nguyen's avatar Trung Nguyen
Browse files

Ignore error with the installation of development tools

Former-commit-id: 02ffd2e3
parent d07ddd7e
No related branches found
No related tags found
No related merge requests found
...@@ -29,6 +29,7 @@ ...@@ -29,6 +29,7 @@
yum: name="@Development Tools" state=installed yum: name="@Development Tools" state=installed
become: true become: true
become_user: root become_user: root
ignore_errors: yes
- name: disable nouveau - name: disable nouveau
template: src=blacklist-nouveau.conf.j2 dest=/etc/modprobe.d/blacklist-nouveau.conf template: src=blacklist-nouveau.conf.j2 dest=/etc/modprobe.d/blacklist-nouveau.conf
......
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