mas : Add example using PATH: /usr/local/bin (#1424)
Use of "environement" is required when mas is installed with homebrew. I suppose most of people use homebrew.pull/1426/head
parent
b69ea1dfd9
commit
db61a899d5
|
@ -55,6 +55,13 @@ EXAMPLES = '''
|
||||||
id: 409183694
|
id: 409183694
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
|
- name: Install Divvy with command mas installed in /usr/local/bin
|
||||||
|
community.general.mas:
|
||||||
|
id: 413857545
|
||||||
|
state: present
|
||||||
|
environment:
|
||||||
|
PATH: /usr/local/bin:{{ ansible_facts.env.PATH }}
|
||||||
|
|
||||||
- name: Install a list of apps
|
- name: Install a list of apps
|
||||||
community.general.mas:
|
community.general.mas:
|
||||||
id:
|
id:
|
||||||
|
|
Loading…
Reference in New Issue