From 90d0cd0eb918259d72f7d8414f2a20a958210ea9 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Fri, 12 Feb 2021 06:02:28 -0600 Subject: [PATCH] Time the SCM call. --- tasks/general/scripts/root.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/general/scripts/root.yml b/tasks/general/scripts/root.yml index 957ee34..4da2a48 100644 --- a/tasks/general/scripts/root.yml +++ b/tasks/general/scripts/root.yml @@ -7,7 +7,7 @@ block: | # 20210211 - Make life easier! ssh ling@leet "cd Code/Ansible/ansible-pull; git push" - curl https://scm.hyperling.com | bash + time curl https://scm.hyperling.com | bash marker: '{mark}' marker_begin: "#!{{ bash_exec.stdout }}" marker_end: "exit 0"