mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-26 19:42:55 +08:00
fixing syntax error in openqa-workers host spec
This commit is contained in:
@@ -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
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user