From c50b6cb6d1aca203422985133cb6d941e154836c Mon Sep 17 00:00:00 2001 From: Aleksander Mistewicz Date: Mon, 16 Oct 2017 13:22:13 +0200 Subject: Add installation of mux plugin Change-Id: I8f2ffbd729d365941a84170b8dc3c71a2131b433 --- config/hosts/master/roles/system/tasks/main.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/hosts/master/roles/system/tasks/main.yml b/config/hosts/master/roles/system/tasks/main.yml index 3c1c220..5cacba1 100644 --- a/config/hosts/master/roles/system/tasks/main.yml +++ b/config/hosts/master/roles/system/tasks/main.yml @@ -117,6 +117,12 @@ - python setup.py install when: avocadoclone.changed +- name: Install avocado yaml_to_mux plugin + command: "{{ item }} chdir=~/avocado-framework/optional_plugins/varianter_yaml_to_mux" + with_items: + - python setup.py install + when: avocadoclone.changed + - name: Prepare sdboot directory file: path: /opt/sdboot -- cgit v1.2.3