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.