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 }}'