diff --git a/tasks/general/scripts/root.yml b/tasks/general/scripts/root.yml index 184a0fc..957ee34 100644 --- a/tasks/general/scripts/root.yml +++ b/tasks/general/scripts/root.yml @@ -9,7 +9,7 @@ ssh ling@leet "cd Code/Ansible/ansible-pull; git push" curl https://scm.hyperling.com | bash marker: '{mark}' - marker_start: "#!{{ bash_exec.stdout }}" + marker_begin: "#!{{ bash_exec.stdout }}" marker_end: "exit 0" state: present create: yes