2
0
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:
James Nzomo 2016-08-16 05:25:32 +03:00
parent 7f8c66d4bf
commit a694c9403a

2
playbooks/develop/includes/setup_mariadb.yml Executable file → Normal file
View File

@ -20,6 +20,8 @@
become: yes become: yes
become_user: root become_user: root
when: mysql_root_password is defined when: mysql_root_password is defined
# incase root password is already set
ignore_errors: yes
- name: add launchagents folder mac - name: add launchagents folder mac
file: path=~/Library/LaunchAgents state=directory file: path=~/Library/LaunchAgents state=directory