7 lines
152 B
YAML
7 lines
152 B
YAML
# Playbook to undeploy laravel.io and its component
|
|
---
|
|
- name: Undeploy Laravelio
|
|
hosts: localhost
|
|
gather_facts: false
|
|
roles:
|
|
- undeploy_all
|