9 lines
176 B
YAML
9 lines
176 B
YAML
---
|
|
- name: Tasks for configuring MacOS
|
|
tags: [mac]
|
|
block:
|
|
- name: Install command line tools
|
|
include_role:
|
|
name: elliotweiser.osx-command-line-tools
|
|
...
|