UNPKG

hosty

Version:

A code based opinionated way to self-host and manage web apps.

5 lines 238 B
import { builtin } from '../ansible/tasks/index.js'; export function delete_directory(path) { return builtin.file(`Delete directory ${path}`, { path, state: 'absent' }, { become: true }); } //# sourceMappingURL=delete_directory.js.map