mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
fix typo with == comparison
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
- { role: collectd/base, tags: ['collectd_base'] }
|
||||
- { role: sudo, tags: ['sudo'] }
|
||||
- { role: openqa/worker, tags: ['openqa_worker'] }
|
||||
- { role: linux-system-roles.nbde_client, tags: ['nbde_client'], when: datacenter = 'iad2' }
|
||||
- { role: linux-system-roles.nbde_client, tags: ['nbde_client'], when: datacenter == 'iad2' }
|
||||
- apache
|
||||
|
||||
tasks:
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
- { role: iscsi_client, when: "inventory_hostname.startswith(('bvmhost-x86-06', 'bvmhost-x86-07')) and datacenter == 'iad2'" }
|
||||
- sudo
|
||||
- virthost
|
||||
- { role: linux-system-roles.nbde_client, when: datacenter = 'iad2' }
|
||||
- { role: linux-system-roles.nbde_client, when: datacenter == 'iad2' }
|
||||
- { role: serial-console, when: datacenter == 'iad2' and not inventory_hostname.startswith('buildvmhost-s390x') }
|
||||
|
||||
tasks:
|
||||
|
||||
@@ -73,7 +73,7 @@
|
||||
owner_user: robosignatory
|
||||
owner_group: robosignatory
|
||||
|
||||
- { role: linux-system-roles.nbde_client, when: datacenter = 'iad2' }
|
||||
- { role: linux-system-roles.nbde_client, when: datacenter == 'iad2' }
|
||||
- { role: serial-console, when: datacenter == 'iad2'}
|
||||
|
||||
pre_tasks:
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
roles:
|
||||
- base
|
||||
- rkhunter
|
||||
- { role: linux-system-roles.nbde_client, when: datacenter = 'iad2' }
|
||||
- { role: linux-system-roles.nbde_client, when: datacenter == 'iad2' }
|
||||
- { role: serial-console, when: datacenter == 'iad2'}
|
||||
- sigul/server
|
||||
|
||||
|
||||
Reference in New Issue
Block a user