From 02ffd2e3ac43d112e26356b9102bac026fad0243 Mon Sep 17 00:00:00 2001 From: "Trung Nguyen (Monash University)" <trung.nguyen1@monash.edu> Date: Tue, 4 Dec 2018 17:11:43 +1100 Subject: [PATCH] Ignore error with the installation of development tools --- roles/gpu/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/gpu/tasks/main.yml b/roles/gpu/tasks/main.yml index fc729581..bfa6204e 100644 --- a/roles/gpu/tasks/main.yml +++ b/roles/gpu/tasks/main.yml @@ -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 -- GitLab