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