Skip to content
Snippets Groups Projects
Commit 5f2dbde6 authored by Chris Hines's avatar Chris Hines
Browse files

Merge branch '2018Dec04' into 'master'

Ignore error with the installation of development tools

See merge request hpc-team/ansible_cluster_in_a_box!219
parents a0b56511 02ffd2e3
No related branches found
No related tags found
1 merge request!219Ignore error with the installation of development tools
...@@ -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