mirror of
https://github.com/frappe/bench.git
synced 2025-01-10 09:02:10 +00:00
Ignore error if root password is already set
See https://github.com/frappe/bench/issues/285#issuecomment-239983969 Also disable exe bit on `setup_mariadb.yml`
This commit is contained in:
parent
7f8c66d4bf
commit
a694c9403a
2
playbooks/develop/includes/setup_mariadb.yml
Executable file → Normal file
2
playbooks/develop/includes/setup_mariadb.yml
Executable file → Normal file
@ -20,6 +20,8 @@
|
||||
become: yes
|
||||
become_user: root
|
||||
when: mysql_root_password is defined
|
||||
# incase root password is already set
|
||||
ignore_errors: yes
|
||||
|
||||
- name: add launchagents folder mac
|
||||
file: path=~/Library/LaunchAgents state=directory
|
||||
|
Loading…
Reference in New Issue
Block a user