Someone can help me please community ansible ??!! Thanks very much !! :)
Regards, Le jeudi 5 septembre 2019 16:48:50 UTC+2, Karther a écrit : > > 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/89612ebd-a130-4b4b-b356-c882f126053c%40googlegroups.com.
