summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/hosts/master/roles/system/tasks/main.yml6
1 files changed, 6 insertions, 0 deletions
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