mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
This variable does not start with ansible_
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user