mirror of
https://github.com/frappe/bench.git
synced 2025-01-10 09:02:10 +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: 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
|
||||||
|
Loading…
Reference in New Issue
Block a user