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:
commit
674373d2c4
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