From 78cbec6f06835b8075dca1508206b06d6ba245f0 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 14 Jul 2015 19:40:21 +0000 Subject: [PATCH] Apparently newer ansible only wants to use connection: local with host: localhost --- playbooks/manual/sign-and-import.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/manual/sign-and-import.yml b/playbooks/manual/sign-and-import.yml index c268a43d23..fac69b722d 100644 --- a/playbooks/manual/sign-and-import.yml +++ b/playbooks/manual/sign-and-import.yml @@ -16,7 +16,7 @@ - name: batch sign and import a directory full of rpms user: root - hosts: lockbox01.phx2.fedoraproject.org + hosts: localhost connection: local # Toggle this variable to import to the testing repo as opposed to the staging