通常情況下, 當出現(xiàn)失敗時 Ansible 會停止在宿主機上執(zhí)行.有時候,你會想要繼續(xù)執(zhí)行下去.為此 你需要像這樣編寫任務: name: this will not be counted as a failure command: /bin/false ignore_errors: yes