diff --git a/roles/wordpress/tasks/install.yml b/roles/wordpress/tasks/install.yml index 5580e9696..e3f9bf2af 100644 --- a/roles/wordpress/tasks/install.yml +++ b/roles/wordpress/tasks/install.yml @@ -85,7 +85,7 @@ group: "{{ apache_user }}" # DO WE REALLY STILL WANT THIS FOR NGINX? mode: '0660' # Others strongly recommend '0600' (or do PHP/Apache/NGINX really need group read & write permissions?) -- name: Install etc/{{ apache_conf_dir }}/wordpress.conf from template, for http://box{{ wp_url }} via Apache +- name: Install /etc/{{ apache_conf_dir }}/wordpress.conf from template, for http://box{{ wp_url }} via Apache template: src: wordpress.conf.j2 dest: "/etc/{{ apache_conf_dir }}/wordpress.conf"