[ansible-project] Re: Ansible task always run

2016-04-10 Thread G Joe
thanks. that helped. On Friday, April 8, 2016 at 9:40:06 PM UTC+10, Paul Tötterman wrote: > > I'm looking for a way to always run a task at the end of script, even if >> tasks before that were failed. Is there any option such as always_run >> etc. >> > > Yes: >

[ansible-project] Re: Ansible task always run

2016-04-08 Thread Paul Tötterman
> > I'm looking for a way to always run a task at the end of script, even if > tasks before that were failed. Is there any option such as always_run > etc. > Yes: https://docs.ansible.com/ansible/playbooks_checkmode.html#running-a-task-in-check-mode . Probably doesn't do what you want.