From e297ef10c64bfb7a2589052d3328c83bc32a8466 Mon Sep 17 00:00:00 2001 From: Jonathan Davies Date: Wed, 1 Nov 2017 14:51:07 +0000 Subject: [PATCH] ansible/yum.yml: Added seed-hypervisor to yum playbook. --- ansible/yum.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/yum.yml b/ansible/yum.yml index 92eca14cd..d2acc726d 100644 --- a/ansible/yum.yml +++ b/ansible/yum.yml @@ -1,7 +1,7 @@ --- - name: Ensure Yum repos are configured - hosts: seed:overcloud + hosts: seed-hypervisor:seed:overcloud roles: - role: yum - role: yum-cron