add a double (()) to deal with multiple values
This commit is contained in:
parent
ac36173b75
commit
c724d5a41b
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@
|
|||
|
||||
- name: make a mnt/koji link
|
||||
file: state=link src=/mnt/fedora_koji/koji dest=/mnt/koji
|
||||
when: inventory_hostname.startswith('build','aarch64')
|
||||
when: inventory_hostname.startswith(('build','aarch64'))
|
||||
tags:
|
||||
- koji_builder
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue