From 5d03c5d23a31de7d7c49e3ef019ff6740647a257 Mon Sep 17 00:00:00 2001 From: A Holt Date: Tue, 31 Mar 2020 23:15:06 -0400 Subject: [PATCH] wordpress/tasks/install.yml typo fix in comment --- 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 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"