From 16a159dfea973e106b377a6000da7041b6cab210 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Thu, 11 Feb 2021 20:14:21 -0600 Subject: [PATCH] Remove quotes, not needed here. --- tasks/general/scripts/root.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/general/scripts/root.yml b/tasks/general/scripts/root.yml index a7b1f7b..fed3a47 100644 --- a/tasks/general/scripts/root.yml +++ b/tasks/general/scripts/root.yml @@ -6,8 +6,8 @@ path: /root/scm.sh block: | # 20210211 - Make life easier! - 'ssh ling@leet "cd Code/Ansible/ansible-pull; git push"' - 'curl https://scm.hyperling.com | bash' + ssh ling@leet "cd Code/Ansible/ansible-pull; git push" + curl https://scm.hyperling.com | bash marker: '#{mark} MANAGED BY ANSIBLE | SCM Shortcut Script' marker_begin: "!{{ bash_exec.stdout }}" state: present