From 1732d3d229f522c6c26cde12d9036eccbc68ee85 Mon Sep 17 00:00:00 2001 From: A Holt Date: Sun, 26 Nov 2017 20:05:57 -0500 Subject: [PATCH] Update install.yml --- roles/wordpress/tasks/install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/wordpress/tasks/install.yml b/roles/wordpress/tasks/install.yml index 564c429a7..7ffb1cfa7 100644 --- a/roles/wordpress/tasks/install.yml +++ b/roles/wordpress/tasks/install.yml @@ -123,7 +123,7 @@ - name: Restart Apache, so it picks up the new aliases service: name={{ apache_service }} state=restarted -- name: Add 'wordpress' to service list +- name: Add 'wordpress' to list of services at /etc/iiab/iiab.ini ini_file: dest='{{ service_filelist }}' section=wordpress option='{{ item.option }}'