From 18f291ae21c0026e09896d80403efaaec03325f4 Mon Sep 17 00:00:00 2001 From: shreyas Date: Mon, 23 May 2016 15:45:17 +0530 Subject: [PATCH] [Fix] Moved nginx and frappe_selinux templates to production --- playbooks/develop/ubuntu.yml | 2 +- playbooks/{develop => production}/templates/default_nginx.j2 | 0 playbooks/{develop => production}/templates/frappe_selinux.te | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename playbooks/{develop => production}/templates/default_nginx.j2 (100%) rename playbooks/{develop => production}/templates/frappe_selinux.te (100%) diff --git a/playbooks/develop/ubuntu.yml b/playbooks/develop/ubuntu.yml index 028b5a47..7a731d35 100644 --- a/playbooks/develop/ubuntu.yml +++ b/playbooks/develop/ubuntu.yml @@ -2,7 +2,7 @@ - hosts: localhost vars: bench_repo_path: "/usr/local/frappe/bench-repo" - bench_path: "/home/{{ ansible_user_id }}/benches/frappe-bench" + bench_path: "/home/{{ ansible_user_id }}/frappe/frappe-bench" mysql_config_template: "templates/simple_mariadb_config.cnf" mysql_conf_dir: /etc/mysql/conf.d/ wkhtmltopdf_version: 0.12.2.1 diff --git a/playbooks/develop/templates/default_nginx.j2 b/playbooks/production/templates/default_nginx.j2 similarity index 100% rename from playbooks/develop/templates/default_nginx.j2 rename to playbooks/production/templates/default_nginx.j2 diff --git a/playbooks/develop/templates/frappe_selinux.te b/playbooks/production/templates/frappe_selinux.te similarity index 100% rename from playbooks/develop/templates/frappe_selinux.te rename to playbooks/production/templates/frappe_selinux.te