This variable does not start with ansible_
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
6324505656
commit
7d27c45973
2 changed files with 2 additions and 2 deletions
|
@ -220,7 +220,7 @@
|
|||
with_items:
|
||||
- python2-osbs-client.noarch
|
||||
- python3-osbs-client.noarch
|
||||
when: "ansible_architecture == 'x86_64' and not ansible_inventory_hostname.startswith('bkernel')"
|
||||
when: "ansible_architecture == 'x86_64' and not inventory_hostname.startswith('bkernel')"
|
||||
tags:
|
||||
- koji_builder
|
||||
|
||||
|
|
|
@ -138,7 +138,7 @@ plugins = runroot
|
|||
|
||||
{% else %}
|
||||
|
||||
{% if ansible_architecture == 'x86_64' and not ansible_inventory_hostname.startswith('bkernel') %}
|
||||
{% if ansible_architecture == 'x86_64' and not inventory_hostname.startswith('bkernel') %}
|
||||
plugins = builder_containerbuild
|
||||
{% else %}
|
||||
plugins =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue