Skip to content

Raise an exception when ansible runs fail

Boros Gábor requested to merge github/fork/omarkhan/ansible-fail-exception into master

Created by: omarkhan

OpenEdXInstance.provision carries on as if nothing had happened if the ansible-playbook run fails. This pull request modifies the run_playbook method to raise an exception in this case.

Merge request reports