mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Inventory groups can't have hyphens.
This commit is contained in:
parent
233117b82c
commit
cd90b968fd
1 changed files with 1 additions and 1 deletions
|
@ -10,4 +10,4 @@ groups:
|
|||
db: inventory_hostname.startswith('db')
|
||||
task: inventory_hostname.startswith('task') and inventory_hostname != 'task'
|
||||
search: inventory_hostname.startswith('search')
|
||||
db-redis-user: inventory_hostname.startswith('db-redis')
|
||||
db_redis: inventory_hostname.startswith('db-redis')
|
||||
|
|
Loading…
Add table
Reference in a new issue