This variable does not start with ansible_

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2018-08-17 03:20:07 +00:00
parent 6324505656
commit 7d27c45973
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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 =