Tuesday, 19 November 2019

continue executing the ansible playbook even if some of the tasks fail



ignore_errors: yes will continue executing the playbook even if some of the tasks fail

No comments:

Post a Comment

Git

1 git add ↳ It lets you add changes from the working directory into the staging area 2 git commit ↳ It lets you save a snapshot of currently...