From 69c7181ee60afc824310d49c70a4ad325548e2fd Mon Sep 17 00:00:00 2001 From: Kenie Liu Date: Fri, 8 Sep 2017 16:57:59 +0800 Subject: [PATCH] [fast-reboot] Remove supervisorctl path to fit latest version of PTF --- ansible/roles/test/tasks/fast-reboot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/roles/test/tasks/fast-reboot.yml b/ansible/roles/test/tasks/fast-reboot.yml index 2756dd56021..bfd947a73e1 100644 --- a/ansible/roles/test/tasks/fast-reboot.yml +++ b/ansible/roles/test/tasks/fast-reboot.yml @@ -31,11 +31,11 @@ delegate_to: "{{ ptf_host }}" - name: Reread supervisor configuration - shell: /usr/bin/supervisorctl reread + shell: supervisorctl reread delegate_to: "{{ ptf_host }}" - name: Update supervisor configuration - shell: /usr/bin/supervisorctl update + shell: supervisorctl update delegate_to: "{{ ptf_host }}" - name: Remove old keys