diff --git a/ansible/bootstrap.yml b/ansible/bootstrap.yml index 7e51870..99e4152 100644 --- a/ansible/bootstrap.yml +++ b/ansible/bootstrap.yml @@ -22,16 +22,14 @@ - name: Bootstrap Python support for Ansible become: true hosts: - - all - - !nimbus-prater-macos - - !nimbus-prater-windows + - all,!nimbus-prater-macos,!nimbus-prater-windows serial: '{{ serial|default(1) }}' roles: - role: infra-role-bootstrap-linux/raw when: ansible_system == 'Linux' - name: Bootstrap admin users and Consul - become: false + become: true gather_facts: true hosts: all serial: '{{ serial|default(1) }}'