mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-26 19:42:55 +08:00
bodhi-pungi: Add AtomicHost variant
Otherwise we get messages like this when trying to create Atomic Host artifacts: ``` [WARNING ] [OSTREE_INSTALLER] Patterns in config do not match any variant: ^AtomicHost$ ```
This commit is contained in:
@@ -22,4 +22,11 @@
|
||||
[% endif %]
|
||||
</arches>
|
||||
</variant>
|
||||
<variant id="AtomicHost" name="AtomicHost" type="variant" is_empty="true">
|
||||
<arches>
|
||||
<arch>aarch64</arch>
|
||||
<arch>x86_64</arch>
|
||||
<arch>ppc64le</arch>
|
||||
</arches>
|
||||
</variant>
|
||||
</variants>
|
||||
|
||||
Reference in New Issue
Block a user