From 6b57f8eb731dc8e8c3e443df91851c6fce40c049 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Fri, 2 Oct 2015 12:58:29 -0500 Subject: [PATCH] Remove extra newline. --- tasks/install-from-source.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/tasks/install-from-source.yml b/tasks/install-from-source.yml index 25c7d41..cc0b4a4 100644 --- a/tasks/install-from-source.yml +++ b/tasks/install-from-source.yml @@ -45,8 +45,6 @@ stat: path=/usr/include/gmp.h register: gmp_file - - - name: Ensure gmp.h is symlinked into a location accessible to gcc. file: src: "{{ php_source_install_gmp_path }}"