diff --git a/playbooks/groups/taskotron-dev.yml b/playbooks/groups/taskotron-dev.yml index 6b526c284a..925fc9c550 100644 --- a/playbooks/groups/taskotron-dev.yml +++ b/playbooks/groups/taskotron-dev.yml @@ -4,7 +4,7 @@ # NOTE: most of these vars_path come from group_vars/mirrorlist or from hostvars - name: make resultsdb staging - hosts: taskotron_dev + hosts: taskotron-dev01.qa.fedoraproject.org user: root gather_facts: False accelerate: "{{ accelerated }}" @@ -21,7 +21,7 @@ - include: "{{ handlers }}/restart_services.yml" - name: make the box be real - hosts: taskotron-dev + hosts: taskotron-dev01.qa.fedoraproject.org user: root gather_facts: True accelerate: "{{ accelerated }}" @@ -65,7 +65,7 @@ # all the bits needed for this are not in this repo yet #- name: buildbot master setup -# hosts: taskotron-dev +# hosts: taskotron-dev01.qa.fedoraproject.org # sudo: yes # sudo_user: "{{ master_user }}" # tags: