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

Ignore error with the installation of development tools

parent 2e98e055
No related branches found
No related tags found
1 merge request!219Ignore error with the installation of development tools
......@@ -29,6 +29,7 @@
yum: name="@Development Tools" state=installed
become: true
become_user: root
ignore_errors: yes
- name: disable nouveau
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