ansible/bootstrap: use become:true for MacOS hosts
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
086cf0c208
commit
c17be7a34b
|
@ -38,7 +38,7 @@
|
||||||
when: ansible_system == 'Linux'
|
when: ansible_system == 'Linux'
|
||||||
|
|
||||||
- name: Bootstrap MacOS hosts
|
- name: Bootstrap MacOS hosts
|
||||||
become: false
|
become: true
|
||||||
hosts:
|
hosts:
|
||||||
- nimbus-prater-macos
|
- nimbus-prater-macos
|
||||||
roles:
|
roles:
|
||||||
|
|
Loading…
Reference in New Issue