diff --git a/playbooks/groups/jenkins-dev.yml b/playbooks/groups/jenkins-dev.yml index 0f00162efb..ef8fdcc5c9 100644 --- a/playbooks/groups/jenkins-dev.yml +++ b/playbooks/groups/jenkins-dev.yml @@ -24,6 +24,7 @@ - include: "{{ tasks }}/cloud_setup_basic.yml" - name: set hostname (required by some services, at least postfix need it) shell: "hostname {{inventory_hostname}}" + - include: "{{ tasks }}/yumrepos.yml" - name: provision instance hosts: jenkins-dev