This is my play book :

---
- name: take backup of network devices
  hosts: droplets
  gather_facts: false



  tasks:

  - name: take backup
    raw: backup
    raw: \r              #want to send enter#
    raw: \r

when I run this playbook. It returns with error :

* "stdout": "\r\nLine has invalid autocommand \"\\r\""}*


The purpose of this playbook is to send multiple RAW command one by one and 
want to send enter.  



-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/e278fdf3-58ab-4042-8906-e0771e4e795e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to