mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-06-14 22:36:09 +08:00
Be explicit about whether these specializations are on or off.
This commit is contained in:
@@ -14,9 +14,13 @@ port = 5000
|
||||
|
||||
{% if autocloud_specialization == 'libvirt' %}
|
||||
libvirt = true
|
||||
{% else %}
|
||||
libvirt = false
|
||||
{% endif %}
|
||||
{% if autocloud_specialization == 'virtualbox' %}
|
||||
virtualbox = true
|
||||
{% else %}
|
||||
virtualbox = false
|
||||
{% endif %}
|
||||
|
||||
[sqlalchemy]
|
||||
|
||||
Reference in New Issue
Block a user