Fix this template to actually work.
This commit is contained in:
parent
a438a2a2da
commit
5ad458cc57
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ plugins = runroot
|
|||
|
||||
{% else %}
|
||||
|
||||
{% if not inventory_hostname.startswith('arm','aarch64','ppc8','buildvm-ppc64','buildvm-s390') %}
|
||||
{% if ansible_architecture == 'x86_64' %}
|
||||
plugins = builder_containerbuild
|
||||
{% else %}
|
||||
plugins =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue