fix host syntax
This commit is contained in:
parent
73142dbe03
commit
d50288ccff
2 changed files with 2 additions and 2 deletions
2
base.yml
2
base.yml
|
@ -12,6 +12,6 @@
|
||||||
- ldap_client
|
- ldap_client
|
||||||
|
|
||||||
# Install logrotate
|
# Install logrotate
|
||||||
- hosts: all,!unifi,!pve:children
|
- hosts: all,!unifi,!pve
|
||||||
roles:
|
roles:
|
||||||
- logrotate
|
- logrotate
|
||||||
|
|
2
hosts
2
hosts
|
@ -446,7 +446,7 @@ gs_pve
|
||||||
rives_pve
|
rives_pve
|
||||||
|
|
||||||
# every unifi
|
# every unifi
|
||||||
[unifi]
|
[unifi:children]
|
||||||
gs_unifi
|
gs_unifi
|
||||||
edc_unifi
|
edc_unifi
|
||||||
fleming_unifi
|
fleming_unifi
|
||||||
|
|
Loading…
Reference in a new issue