style: make ansible-lint happy
This commit is contained in:
@@ -22,13 +22,13 @@
|
||||
|
||||
<authentication>
|
||||
<!-- Sources log in with username 'source' -->
|
||||
<source-password>{{ source_pass }}</source-password>
|
||||
<source-password>{{ icecast2_source_pass }}</source-password>
|
||||
<!-- Relays log in username 'relay' -->
|
||||
<relay-password>{{ relay_pass }}</relay-password>
|
||||
<relay-password>{{ icecast2_relay_pass }}</relay-password>
|
||||
|
||||
<!-- Admin logs in with the username given below -->
|
||||
<admin-user>{{ admin_user }}</admin-user>
|
||||
<admin-password>{{ admin_pass }}</admin-password>
|
||||
<admin-user>{{ icecast2_admin_user }}</admin-user>
|
||||
<admin-password>{{ icecast2_admin_pass }}</admin-password>
|
||||
</authentication>
|
||||
|
||||
<!-- set the mountpoint for a shoutcast source to use, the default if not
|
||||
|
Reference in New Issue
Block a user