/dhall-ansible/Ansible/Builtin/Git/default.dhall

Copy path to clipboard

Source

{ accept_hostkey = None Bool
, accept_newhostkey = None Bool
, archive = None Text
, archive_prefix = None Text
, bare = None Bool
, clone = None Bool
, depth = None Natural
, executable = None Text
, force = None Bool
, gpg_whitelist = None (List Text)
, key_file = None Text
, recursive = None Bool
, reference = None Text
, refspec = None Text
, remote = None Text
, separate_git_dir = None Text
, single_branch = None Bool
, ssh_opts = None Text
, track_submodules = None Bool
, umask = None Text
, update = None Bool
, verify_commit = None Bool
, version = None Text
}