From 4e667a64bf03e76b2e7bf75399a84452d69e11b5 Mon Sep 17 00:00:00 2001 From: Tim Flink Date: Mon, 9 Nov 2015 18:46:12 +0000 Subject: [PATCH] fixing syntax error in openqa-workers host spec --- playbooks/groups/openqa-workers.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/groups/openqa-workers.yml b/playbooks/groups/openqa-workers.yml index afb7841785..98e4b00f1e 100644 --- a/playbooks/groups/openqa-workers.yml +++ b/playbooks/groups/openqa-workers.yml @@ -5,7 +5,7 @@ # virtual machine clients - name: basic configuration - hosts: openqa-workers,openqa-stg-workers + hosts: openqa-workers:openqa-stg-workers user: root gather_facts: True @@ -36,7 +36,7 @@ - include: "{{ handlers }}/restart_services.yml" #- name: configure openqa workers -# hosts: openqa-workers, openqa-stg-workers +# hosts: openqa-workers:openqa-stg-workers # user: root # gather_facts: True #