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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to