Make deprecated warning go away

This commit is contained in:
Martin Krizek 2016-05-27 12:49:21 +00:00
parent 39032632ad
commit 97481eda57

View file

@ -9,5 +9,4 @@
tasks:
- name: update grokmirror repos
command: chdir={{ grokmirror_basedir }}/{{ item.name }} git fetch origin {{ grokmirror_default_branch }}:{{ grokmirror_default_branch }}
with_items: grokmirror_repos
with_items: "{{ grokmirror_repos }}"