Hello community,I'm learning this tool, and it's great =).
My first problem is when I'm testing register module, Ansible show me a error:Error: Syntax Error while loading YAML script, test_monitor.ymlNote: The error may actually appear before this position: line 8, column 1- name: Output commandThis is the playbook:---- hosts: alluser: rootsudo: notasks:- name: Output commandcommand: echo "Hello"register: hello- debug: msg="{{ hello.stdout }}"Ansible version: 1.4.4 on Debian 6.0.5I can't found this problems on Google.Thanks for your help.Greetings.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/CACGH7Pv9h9kRs%3DeHY2R49oef1xWDFCHmM6OuEpvSCxTnevfqAA%40mail.gmail.com.--
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 ansible-proje...@googlegroups.com.
To post to this group, send email to ansible...@googlegroups.com.