mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-27 12:03:38 +08:00
no, that is not right, reverse it
This commit is contained in:
@@ -125,7 +125,7 @@
|
||||
|
||||
- name: make a mnt/koji link
|
||||
file: state=link src=/mnt/fedora_koji/koji dest=/mnt/koji
|
||||
when: "'releng-compose' or 'releng-stg' in group_names and not inventory_hostname 'compose-s390-01.s390.fedoraproject.org'"
|
||||
when: "'releng-compose' or 'releng-stg' in group_names"
|
||||
|
||||
- name: make a mnt/koji link for AltArch
|
||||
file: state=link src=/mnt/fedora_koji dest=/mnt/koji
|
||||
|
||||
Reference in New Issue
Block a user