fixing syntax error in openqa-workers host spec

This commit is contained in:
Tim Flink 2015-11-09 18:46:12 +00:00
parent 326f95cd6a
commit 4e667a64bf

View file

@ -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
#