saltyorg / Saltbox

Ansible-based solution for rapidly deploying a Docker containerized cloud media server.
https://docs.saltbox.dev
GNU General Public License v3.0
571 stars 65 forks source link

Update diun.yml (Diun role) #98

Closed RaneyDazed closed 1 year ago

RaneyDazed commented 1 year ago

removed added space from after #s in the diun.yml file under "files" so when you remove comments, the role will not fail. format should be

notif:
  discord:
    webhookURL: https://discord.com/api/webhooks/yes/no
    ...

not

 notif
   discord:
     webhookURL:
     ...

this could be intentional, so please forgive if this is redundant. Just made starting the role take a while, I had to mess with it more than I'd have needed to otherwise. : )

RaneyDazed commented 1 year ago

IG all the lines that are commented out are off by a space actually.

saltydk commented 1 year ago

That is how VSCode toggles line comments.

RaneyDazed commented 1 year ago

Oh really? Thats my bad then salty. I don't use that feature very often, so I was unaware. will close then.