Massive user refactor
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
args:
|
||||
chdir: '{{ base }}'
|
||||
# Ensures this command only runs if the dir does NOT exist
|
||||
creates: '{{ path }}'
|
||||
creates: '{{ path }}/apps/frappe'
|
||||
when: frappe_repo is undefined
|
||||
|
||||
# Run frappe bench init with custom repo
|
||||
@@ -33,7 +33,7 @@
|
||||
args:
|
||||
chdir: '{{ base }}'
|
||||
# Ensures this command only runs if the dir does NOT exist
|
||||
creates: '{{ path }}'
|
||||
creates: '{{ path }}/apps/frappe'
|
||||
when: frappe_repo is defined
|
||||
|
||||
# Create frappe-bench supervisor configs
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
# Ensure this runs only once
|
||||
creates: ~/.config/ansible-flag-mysql-password-enabled
|
||||
notify: restart mysql
|
||||
ignore_errors: yes
|
||||
|
||||
# Copy MariaDB /etc/mysql/mariadb.conf.d/60-frappe.cnf
|
||||
- name: Copying /etc/mysql/mariadb.conf.d/60-frappe.cnf
|
||||
|
||||
Reference in New Issue
Block a user