Hello 

Need some assistance to send to a text file a message that appears in debug 
msg.
my uri task give me the flow msg 
 "msg": [
        "JOB-1",
        "JOB-2",
        " JOB- 3 ",
        " JOB- 4 ",
        " JOB- 5 ",
        " JOB- 6 ",
        " JOB- 7 "
    ]
and I need to add task on the playbook to send this msg to specific file 
like this 

cat jobs_lists.txt 

        JOB-1
        JOB-2
        JOB- 3 
        JOB- 4 
        JOB- 5 
        JOB- 6 
        JOB- 7 

Appreciate your help. 
Regards 
 

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/8204b300-48b1-4552-a731-8dba20a4f711n%40googlegroups.com.

Reply via email to