2
0
mirror of https://github.com/frappe/bench.git synced 2025-01-10 00:37:51 +00:00

Merge pull request #304 from mrmoje/master

Ignore set root pass error if root password is already set
This commit is contained in:
Rushabh Mehta 2016-08-29 12:20:17 +05:30 committed by GitHub
commit 674373d2c4

2
playbooks/develop/includes/setup_mariadb.yml Executable file → Normal file
View 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