fixing syntax error in openqa-workers host spec
This commit is contained in:
parent
326f95cd6a
commit
4e667a64bf
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue