summaryrefslogtreecommitdiffstats
path: root/controller/share
diff options
context:
space:
mode:
Diffstat (limited to 'controller/share')
-rw-r--r--controller/share/dtf-controller/ansible/playbooks/fedora.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/controller/share/dtf-controller/ansible/playbooks/fedora.yml b/controller/share/dtf-controller/ansible/playbooks/fedora.yml
index 1d49671..ea39e70 100644
--- a/controller/share/dtf-controller/ansible/playbooks/fedora.yml
+++ b/controller/share/dtf-controller/ansible/playbooks/fedora.yml
@@ -51,5 +51,5 @@
- include: "{{ config_ansibleplaybooksdir }}/include/download-results.yml"
- name: stop the vm
- shell: echo "not implemented yet"
+ local_action: shell "{{ config_bindir }}/dtf-return-machine" {{ inventory_hostname }}
when: test_result.rc == 0