Add the repo URL used for badges
Our ansible version is too old and do not support reading directly from my mind what repo it should clone when I do not specify it.
This commit is contained in:
parent
ba9baf621b
commit
0e4392e42f
2 changed files with 2 additions and 2 deletions
|
@ -67,7 +67,7 @@
|
||||||
|
|
||||||
- name: clone directory
|
- name: clone directory
|
||||||
git:
|
git:
|
||||||
repo:
|
repo: https://pagure.io/fedora-badges.git
|
||||||
dest: /srv/badges_checkout
|
dest: /srv/badges_checkout
|
||||||
tags:
|
tags:
|
||||||
- badges
|
- badges
|
||||||
|
|
|
@ -112,7 +112,7 @@
|
||||||
|
|
||||||
- name: clone directory
|
- name: clone directory
|
||||||
git:
|
git:
|
||||||
repo:
|
repo: https://pagure.io/fedora-badges.git
|
||||||
dest: /srv/badges_checkout
|
dest: /srv/badges_checkout
|
||||||
tags:
|
tags:
|
||||||
- badges
|
- badges
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue