From 10606788f8df93eb8279ef60d584362d8c37bfce Mon Sep 17 00:00:00 2001 From: Johan Guldmyr Date: Wed, 5 Oct 2016 13:24:00 +0300 Subject: [PATCH] typo fix in task name --- tasks/redhat.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/redhat.yml b/tasks/redhat.yml index 568ff5c..3144511 100644 --- a/tasks/redhat.yml +++ b/tasks/redhat.yml @@ -27,7 +27,7 @@ notify: - Initialize the GPUs -- name: lineinfil/make sure cuda_init.sh script is absent from rc.local +- name: lineinfile/make sure cuda_init.sh script is absent from rc.local lineinfile: dest=/etc/rc.local insertafter="^touch /var/lock/subsys/local"