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