Your indentation does not look correct,can you confirm that the below is
the play you're running

On Thu, 06 Sep 2018, 23:19 Andres Tarallo, <atara...@gmail.com> wrote:

> I've made a playbook that was copying files from one host to an other.
> Till yesterday, that started failing.
>
> After Paying the task says:
> TASK [Deployment Application] ************
> changed: [192.168.214.99] => {"changed": true}
>
> But the result doesn't look as a proper copy. Here's the debug
>
> TASK [debug] *******************
> ok: [192.168.214.99] => {
>     "result": {
>         "changed": true,
>         "diff": [],
>         "failed": false
>     }
> }
>
> The offending snippet is
>
>   - name: Deployment Application
>       copy:
>        src: /source?file
>      dest: /source/files/deploys
>      group: jboss
>      owner: jboss
>     follow: yes
>       backup: yes
>      register: result
>
> Any idea is welcome, it's my first steps in ansible
>
>
>
>
> --
> 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-project+unsubscr...@googlegroups.com.
> To post to this group, send email to ansible-project@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/ansible-project/044836af-f3a0-4a89-8f4c-201b151bfaee%40googlegroups.com
> <https://groups.google.com/d/msgid/ansible-project/044836af-f3a0-4a89-8f4c-201b151bfaee%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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-project+unsubscr...@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/CAJn-AMwSXmApeVJcUEx5U1R0Bb6%3DaL0rABh983FuLnn-RrMaWQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to