summaryrefslogtreecommitdiffstats
path: root/changelogs
diff options
context:
space:
mode:
authorRic de France <41117503+ric-man@users.noreply.github.com>2020-01-15 05:12:58 +0100
committerAbhijeet Kasurde <akasurde@redhat.com>2020-01-15 05:12:58 +0100
commit62991a8bdd4599bfdcdb94e2fa1c3718bb4d3510 (patch)
treedefc71fb499f4de1c30ca14c55c03f303349bd07 /changelogs
parentEnforce new setuptools for building official dists (diff)
downloadansible-62991a8bdd4599bfdcdb94e2fa1c3718bb4d3510.tar.xz
ansible-62991a8bdd4599bfdcdb94e2fa1c3718bb4d3510.zip
terraform: Remove line that is suppressing output being shown (#66322)
* remove the line that is suppressing the output being shown when running terraform from ansible * Address #56934 and #57044 * added changelog for bug fix for missing terraform output Co-authored-by: Adam <adam.lemanski@gmail.com>
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/66322-moved_line_causing_terraform_output_suppression.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/changelogs/fragments/66322-moved_line_causing_terraform_output_suppression.yml b/changelogs/fragments/66322-moved_line_causing_terraform_output_suppression.yml
new file mode 100644
index 0000000000..4598270fbc
--- /dev/null
+++ b/changelogs/fragments/66322-moved_line_causing_terraform_output_suppression.yml
@@ -0,0 +1,3 @@
+---
+bugfixes:
+ - terraform - reset out and err before plan creation (https://github.com/ansible/ansible/issues/64369)