fix typo with == comparison
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
70dc97b732
commit
90c3bdd90f
4 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue