mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-24 18:41:38 +08:00
Make secondary arch atomic host trees failable
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
@@ -131,7 +131,10 @@ ostree = {
|
||||
[% if release.version_int >= 27 %]
|
||||
"ppc64le", "aarch64"
|
||||
[% endif %]
|
||||
]
|
||||
],
|
||||
[% if release.version_int >= 27 %]
|
||||
"failable": ["ppc64le", "aarch64"],
|
||||
[% endif %]
|
||||
},
|
||||
# Atomic Workstation
|
||||
[% if release.version_int >= 27 %]
|
||||
|
||||
Reference in New Issue
Block a user