en: vagrant_scp_sync: action: scp_sync_folder: |- Syncing Folder: %{source_files} ==> %{target_files} errors: not_yet_implemented: |- Configuration is not yet implemented scp_sync_error_delete_directory: |- There was an error when attemping to delete the directory for SCP Sync. Target Files: %{target_files} Error: %{stderr} Full command causing error: %{command} scp_sync_error_change_ownership_directory: |- There was an error when attemping to change the ownership of the directory for SCP Sync. Target Files: %{target_files} Error: %{stderr} Full command causing error: %{command} scp_sync_error_change_permissions_directory: |- There was an error when attemping to change the permissions of the directory for SCP Sync. Target Files: %{target_files} Error: %{stderr} Full command causing error: %{command} scp_sync_error_make_directory: |- There was an error when attemping to create the directory for SCP Sync. Target Files: %{target_files} Error: %{stderr} Full command causing error: %{command} scp_sync_error: |- There was an error when attemping to sync folders using scp. Please inspect the error message below for more info. Source Files: %{source_files} Target Files: %{target_files} Error: %{stderr} Full command causing error: %{command} scp_installed_error: |- SCP was not detected as installed