Files
swift-hpa/Sources/PlaybookClient/Constants.swift

10 lines
358 B
Swift

// TODO: Use an actuall version tag for playbook repo.
public extension PlaybookClient {
@_spi(Internal)
enum Constants {
public static let defaultInstallationPath = "~/.local/share/hpa/playbook"
public static let playbookRepoUrl = "https://git.housh.dev/michael/ansible-hpa-playbook.git"
public static let playbookRepoVersion = "main"
}
}