fix typo with == comparison

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2022-05-13 12:20:34 -07:00
parent 70dc97b732
commit 90c3bdd90f
4 changed files with 4 additions and 4 deletions

View file

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

View file

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

View file

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

View file

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