playbooks: retrace: Run on staging machine as well

This commit is contained in:
Ernestas Kulik 2020-02-17 09:00:24 +01:00 committed by Pierre-Yves Chibon
parent 1a568b94ff
commit 90338de82f

View file

@ -33,7 +33,7 @@
- "org.fedoraproject.*.faf.problem.threshold1000000" - "org.fedoraproject.*.faf.problem.threshold1000000"
- name: Setup retrace hosts - name: Setup retrace hosts
hosts: retrace hosts: retrace,retrace_stg
user: root user: root
gather_facts: True gather_facts: True
@ -60,7 +60,7 @@
- import_tasks: "{{ handlers_path }}/restart_services.yml" - import_tasks: "{{ handlers_path }}/restart_services.yml"
- name: setup FAF server - name: setup FAF server
hosts: retrace hosts: retrace,retrace_stg
gather_facts: True gather_facts: True
vars_files: vars_files:
@ -81,7 +81,7 @@
- import_role: name=abrt/faf-post - import_role: name=abrt/faf-post
- name: setup retrace server - name: setup retrace server
hosts: retrace hosts: retrace,retrace_stg
gather_facts: True gather_facts: True
vars_files: vars_files: