Fix(domserver): php being php
This commit is contained in:
8
playbooks/uninstall.yml
Normal file
8
playbooks/uninstall.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
- name: Uninstall domserver
|
||||
hosts: domserver
|
||||
tasks:
|
||||
- name: Remove docker directory
|
||||
ansible.builtin.file:
|
||||
path: "{{ domjudge_base_dir }}"
|
||||
state: absent
|
||||
Reference in New Issue
Block a user