diff --git a/changelogs/fragments/20240410-proper-failure-message-when-ansible-is-not-installed.yml b/changelogs/fragments/20240410-proper-failure-message-when-ansible-is-not-installed.yml new file mode 100644 index 0000000..ba6ce8c --- /dev/null +++ b/changelogs/fragments/20240410-proper-failure-message-when-ansible-is-not-installed.yml @@ -0,0 +1,3 @@ +--- +minor_changes: + - resource/ansible_playbook - Provider should failed with proper message when ansible is not installed (https://github.com/ansible/terraform-provider-ansible/issues/35).