mirror of
https://github.com/frappe/bench.git
synced 2025-01-08 16:14:12 +00:00
[fix] macosx create launch agents folder
This commit is contained in:
parent
262d05e4d8
commit
70e55e69ae
@ -31,6 +31,10 @@
|
|||||||
become_method: sudo
|
become_method: sudo
|
||||||
when: ansible_os_family == 'RedHat' or ansible_os_family == 'Debian'
|
when: ansible_os_family == 'RedHat' or ansible_os_family == 'Debian'
|
||||||
|
|
||||||
|
- name: add launchagents folder mac
|
||||||
|
file: path=~/Library/LaunchAgents state=directory
|
||||||
|
when: ansible_distribution == 'MacOSX'
|
||||||
|
|
||||||
- name: add mysql to mac startup
|
- name: add mysql to mac startup
|
||||||
file: src=/usr/local/opt/mariadb/homebrew.mxcl.mariadb.plist path=~/Library/LaunchAgents/homebrew.mxcl.mariadb.plist state=link force=yes
|
file: src=/usr/local/opt/mariadb/homebrew.mxcl.mariadb.plist path=~/Library/LaunchAgents/homebrew.mxcl.mariadb.plist state=link force=yes
|
||||||
when: ansible_distribution == 'MacOSX'
|
when: ansible_distribution == 'MacOSX'
|
||||||
|
Loading…
Reference in New Issue
Block a user