Hey !

I have problem when i use this command *ansible-playbook playbook.yml 
--check*

All works normaly without *--check* but when there is one task who create 
repertory, the second task is mistake.

Exemple :

- name: "Create repertory"
  file:
    path: /var/apps/my_repertory
    state: directory

- name: "Create file in my repertory"
  file:
    src: /home/wildfly/my_file
    dest: /var/apps/my_repertory/my_file

This tasks works perfectly without *--check* but when i use --check, the 
second task is mistake because ansible not really create my repertory ....

Someone have any idea please community ansible ??!! =)

Thanks very much !! ^^

Regards,

Karther

-- 
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/25dce040-6319-44cf-a23b-f95739f5010d%40googlegroups.com.

Reply via email to