one more place we need to adjust

This commit is contained in:
Kevin Fenzi 2017-03-09 00:37:21 +00:00
parent 0dcd4632e1
commit a8c97a5395

View file

@ -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