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'
|
||||
|
||||
- name: Bootstrap MacOS hosts
|
||||
become: false
|
||||
become: true
|
||||
hosts:
|
||||
- nimbus-prater-macos
|
||||
roles:
|
||||
|
|
Loading…
Reference in New Issue