linux-bootstrap/playbook.yml

10 lines
107 B
YAML
Raw Permalink Normal View History

2023-01-24 14:26:44 +03:00
---
- name: Build necessary utilities
hosts: localhost
roles:
- stage0
- stage1
- stage2