Added variables to destroy command (#37028)

pull/37048/head
Mikhail Naletov 6 years ago committed by Ryan Brown
parent 1bc860fafd
commit 51558f12f4

@ -257,6 +257,8 @@ 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):

Loading…
Cancel
Save