Skip to content

Commit a794746

Browse files
authored
Merge pull request #167 from IBM/dev
Dev-master: Ansible will stop execution if any error occurs on any hosts
2 parents d7a26d3 + 4f0f63a commit a794746

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cloud_playbook.yml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
- import_playbook: "set_json_variables.yml"
55

66
- hosts: scale_node
7+
any_errors_fatal: true
78
vars:
89
- scale_install_directory_pkg_path: /opt/IBM/gpfs_cloud_rpms
910
roles:

0 commit comments

Comments
 (0)