workstation/main.yml

10 lines
162 B
YAML
Raw Normal View History

2019-10-12 11:17:29 +00:00
#!/usr/bin/env ansible-playbook
---
2019-10-21 08:09:44 +00:00
- name: Setup CLI
hosts: localhost
tasks:
- include_role:
name: distro
- include_role:
name: home