Apparently newer ansible only wants to use connection: local with host: localhost
This commit is contained in:
parent
3e057dda47
commit
78cbec6f06
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue