mirror of
https://github.com/status-im/infra-nimbus.git
synced 2025-01-18 17:52:17 +00:00
17 lines
301 B
YAML
17 lines
301 B
YAML
---
|
|
- name: Verify Ansible versions
|
|
hosts: all
|
|
tags: always
|
|
become: false
|
|
run_once: true
|
|
gather_facts: false
|
|
tasks:
|
|
- local_action: command ./versioncheck.py
|
|
changed_when: false
|
|
|
|
- name: Bootstrap macOS hosts
|
|
become: true
|
|
hosts: all
|
|
roles:
|
|
- infra-role-bootstrap-macos
|