blob: 2d11c912bcdbed2e6ca5896fe63af6ef77267b22 (
plain)
1
2
3
4
5
6
7
8
|
creating_dir=📁 [file] Creating directory: {path}
creating_file=📄 [file] Creating file: {path}
setting_mode=🔐 [file] Setting permissions {mode} on {path}
removing_dir=🧹 [file] Removing directory: {path}
removing_file=🧹 [file] Removing file: {path}
unsupported_state=❌ [file] Unsupported state '{state}'. Use present or absent.
missing_deps=❌ [file] ssh is not available.
deps_ok=✅ [file] ssh is available.
|