mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-27 20:12:54 +08:00
buildvmhost-s390x-01: no serial console here, so don't try and run it.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
- { role: openvpn/client, when: vpn|bool }
|
||||
- virthost
|
||||
- { role: clevis, when: datacenter == 'iad2'}
|
||||
- { role: serial-console, when: datacenter == 'iad2'}
|
||||
- { role: serial-console, when: datacenter == 'iad2' and not inventory_hostname.startswith(('bvirthost', 'buildvmhost-0'))}
|
||||
|
||||
tasks:
|
||||
- import_tasks: "{{ tasks_path }}/2fa_client.yml"
|
||||
|
||||
Reference in New Issue
Block a user