infra-nimbus/ansible/bootstrap-macos.yml

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