From a1b0b5e99b4d2e940f6fa855860f8f2b48d909dc Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 31 May 2019 17:21:44 +0000 Subject: [PATCH] ansible: fix over _ use on ci playbook. Signed-off-by: Kevin Fenzi --- playbooks/groups/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/groups/ci.yml b/playbooks/groups/ci.yml index badd6937e0..d709159c14 100644 --- a/playbooks/groups/ci.yml +++ b/playbooks/groups/ci.yml @@ -3,7 +3,7 @@ # NOTE: make sure there is room/space for this server on the vmhost # NOTE: most of these vars_path come from group_vars/mirrorlist or from hostvars -- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=ci_cc_rdu01.fedoraproject.org" +- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=ci-cc-rdu01.fedoraproject.org" - name: make the box be real hosts: ci