From a694c9403a8a1dcdb2459145bf94ac0d07b39eea Mon Sep 17 00:00:00 2001 From: James Nzomo Date: Tue, 16 Aug 2016 05:25:32 +0300 Subject: [PATCH] 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` --- playbooks/develop/includes/setup_mariadb.yml | 2 ++ 1 file changed, 2 insertions(+) mode change 100755 => 100644 playbooks/develop/includes/setup_mariadb.yml diff --git a/playbooks/develop/includes/setup_mariadb.yml b/playbooks/develop/includes/setup_mariadb.yml old mode 100755 new mode 100644 index bf2372f2..2f563742 --- a/playbooks/develop/includes/setup_mariadb.yml +++ b/playbooks/develop/includes/setup_mariadb.yml @@ -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