summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Brown <sb@ryansb.com>2018-03-05 16:09:07 -0500
committerGitHub <noreply@github.com>2018-03-05 16:09:07 -0500
commitb33d2883d59b3770fcf158d96e3b92c8adf2e960 (patch)
tree981658b51e833562b941a7a5bfabeb053b6721e1
parent51558f12f4651664c6b8cd9458107f13c703f7bd (diff)
downloadansible-revert-37028-devel.tar.gz
Revert "Added variables to destroy command (#37028)"revert-37028-devel
This reverts commit 51558f12f4651664c6b8cd9458107f13c703f7bd.
-rw-r--r--lib/ansible/modules/cloud/misc/terraform.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/ansible/modules/cloud/misc/terraform.py b/lib/ansible/modules/cloud/misc/terraform.py
index 75a8f53ef4..802f7f2a8b 100644
--- a/lib/ansible/modules/cloud/misc/terraform.py
+++ b/lib/ansible/modules/cloud/misc/terraform.py
@@ -257,8 +257,6 @@ def main():
if state == 'absent':
# deleting cannot use a statefile
needs_application = True
- # add variables settings to destroy command
- command.extend(variables_args)
elif plan_file and os.path.exists(plan_file):
command.append(plan_file)
elif plan_file and not os.path.exists(plan_file):