workstation/main.yml

9 lines
162 B
YAML
Executable file

#!/usr/bin/env ansible-playbook
---
- name: Setup CLI
hosts: localhost
tasks:
- include_role:
name: distro
- include_role:
name: home