inventory: be more concise
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
df45f66004
commit
be13248f7c
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ plugin: constructed
|
|||
strict: False
|
||||
compose:
|
||||
groups:
|
||||
iad2: ansible_domain == 'iad2.fedoraproject.org' or ansible_domain = 'stg.iad2.fedoraproject.org'
|
||||
iad2: ('iad2.fedoraproject.org' in ansible_domain)
|
||||
keyed_groups:
|
||||
- prefix: distro
|
||||
key: ansible_distribution
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue