Apparently newer ansible only wants to use connection: local with host: localhost

This commit is contained in:
Kevin Fenzi 2015-07-14 19:40:21 +00:00
parent 3e057dda47
commit 78cbec6f06

View file

@ -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