lib/takelage/default.yml in takelage-0.25.10 vs lib/takelage/default.yml in takelage-0.26.2
- old
+ new
@@ -56,9 +56,17 @@
cmd_git_check_clean_git_uncommitted: 'git diff --cached --exit-code'
cmd_git_check_clean_git_status: 'git status --porcelain'
cmd_git_check_main_git_branch: 'git symbolic-ref HEAD'
cmd_git_check_workspace_git_repo: 'git -C . rev-parse'
cmd_git_check_workspace_pwd: 'pwd'
+cmd_info_status_lib_git_name: 'git -C %{root} config user.name'
+cmd_info_status_lib_git_email: 'git -C %{root} config user.email'
+cmd_info_status_lib_git_signingkey: 'git -C %{root} config user.signingKey'
+cmd_info_status_lib_git_key_available: 'gpg --list-key %{key}'
+cmd_info_status_gopass_root_store: 'gopass config | grep "path" | cut -d " " -f 2'
+cmd_info_status_gpg_agent: 'gpg-connect-agent /bye'
+cmd_info_status_gpg_keys: 'gpg --list-keys'
+cmd_info_status_ssh_keys: 'ssh-add -l'
docker_debug: 'ansible/roles/takel-takelage/files/takelscripts'
docker_entrypoint_extra: '.config/gcloud'
docker_entrypoint_options: ''
docker_registry: 'https://registry.hub.docker.com'
docker_repo: 'takelage'