ansible/bootstrap: use become:true for MacOS hosts

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2023-08-02 21:08:02 +02:00
parent 086cf0c208
commit c17be7a34b
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
1 changed files with 1 additions and 1 deletions

View File

@ -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: