Ansible: Perform Cleanup on Task Failure

前端 未结 3 482
梦毁少年i
梦毁少年i 2021-02-07 00:14

I\'m currently writing an Ansible play that follows this general format and is run via a cron job:

pre_tasks:
  -Configuration / package installation

tasks:
           


        
3条回答
  •  一生所求
    2021-02-07 00:29

    Don't use post_tasks block but rather have your cleanup process as part of regular tasks.

提交回复
热议问题