From 622231f28d5e997bc918ba8d0a2c4a0248f07655 Mon Sep 17 00:00:00 2001 From: Donovan Muller Date: Mon, 18 Jan 2016 13:00:41 +0200 Subject: Host group should be OSEv3 not OSv3 Following on from #1107 the host group's name is OSEv3 and not OSv3 --- playbooks/adhoc/bootstrap-fedora.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'playbooks') diff --git a/playbooks/adhoc/bootstrap-fedora.yml b/playbooks/adhoc/bootstrap-fedora.yml index de9f36c8a..0df77e309 100644 --- a/playbooks/adhoc/bootstrap-fedora.yml +++ b/playbooks/adhoc/bootstrap-fedora.yml @@ -1,4 +1,4 @@ -- hosts: OSv3 +- hosts: OSEv3 gather_facts: false tasks: - name: install python and deps for ansible modules -- cgit v1.2.3