one more place we need to adjust
This commit is contained in:
parent
0dcd4632e1
commit
a8c97a5395
1 changed files with 2 additions and 2 deletions
|
@ -175,7 +175,7 @@
|
|||
|
||||
- name: make a mnt/koji link
|
||||
file: state=link src=/mnt/fedora_koji/koji dest=/mnt/koji
|
||||
when: koji_hub_nfs is defined and koji_hub_nfs == "fedora_koji"
|
||||
when: koji_hub_nfs is defined and koji_hub_nfs == "fedora_koji" and createrepo is True
|
||||
tags:
|
||||
- koji_builder
|
||||
|
||||
|
@ -185,7 +185,7 @@
|
|||
|
||||
- name: make a mnt/koji link
|
||||
file: state=link src=/mnt/fedora_koji dest=/mnt/koji
|
||||
when: koji_hub_nfs is defined and koji_hub_nfs != "fedora_koji"
|
||||
when: koji_hub_nfs is defined and koji_hub_nfs != "fedora_koji" and createrepo is True
|
||||
tags:
|
||||
- koji_builder
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue