Make deprecated warning go away
This commit is contained in:
parent
39032632ad
commit
97481eda57
1 changed files with 1 additions and 2 deletions
|
@ -9,5 +9,4 @@
|
||||||
tasks:
|
tasks:
|
||||||
- name: update grokmirror repos
|
- name: update grokmirror repos
|
||||||
command: chdir={{ grokmirror_basedir }}/{{ item.name }} git fetch origin {{ grokmirror_default_branch }}:{{ grokmirror_default_branch }}
|
command: chdir={{ grokmirror_basedir }}/{{ item.name }} git fetch origin {{ grokmirror_default_branch }}:{{ grokmirror_default_branch }}
|
||||||
with_items: grokmirror_repos
|
with_items: "{{ grokmirror_repos }}"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue