Hey, Ok, thank you very much for your help !!
I will try rescue Regards, Le mardi 14 mai 2019 14:29:25 UTC+2, James Cassell a écrit : > > > > On Tue, May 14, 2019, at 8:04 AM, Ryad karkar wrote: > > Hey stefan, > > > > Yes but if i want one procedure for install one application, exemple: > > > > - block: > > > > - name: task 1 > > ...... > > ..... > > > > - name: task 2 > > ...... > > ...... > > > > i want that if one task fails, I want him to go back on all the tasks > that > > play it. > > > > You can write rollback tasks in a `rescue` section, followed by a fail > task, but there is no automatic rollback functionality unless you write it > yourself. > > V/r, > James Cassell > > > Do you understand what i say or no ? > > > > Can you help me please :) > > > > Regards > > > > Le mardi 14 mai 2019 12:20:04 UTC+2, Stefan Hornburg (Racke) a écrit : > > > > > > On 5/14/19 11:54 AM, Ryad karkar wrote: > > > > Hey all, > > > > > > > > I want know when i play one task who failed if possible that ansible > do > > > rollback ? > > > > > > > > Exemple : > > > > > > > > - name: "create file" > > > > shell: touch test_file.txt > > > > > > > > When i play this task, she failed so i want one task or method for > > > rollback please ? > > > > > > Hello Ryad, > > > > > > what do you have in mind for the rollback for this task. Usually, if > > > "touch" fails nothing changes on the target > > > system. > > > > > > > > > > > I see in documentation officielle the module *aci_config_rollback* > but i > > > don't konw how works this module... > > > > > > > > > > > > https://docs.ansible.com/ansible/latest/modules/aci_config_rollback_module.html > > > > > > > That looks like it applies for a very specific use case. > > > > > > Regards > > > Racke > > > > > > > > > > > Can you help me ? > > > > > > > > Thanks community ansible !! :) > > > > > > > > Regards, > > > > > -- 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 post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/4ffdd98e-d84d-4665-b667-2c6b598f2db1%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
