geerlingguy / internet-pi

Raspberry Pi config for all things Internet.
MIT License
4.29k stars 449 forks source link

change position when checking if domain name enabled #581

Closed fijar-lazuardy closed 7 months ago

fijar-lazuardy commented 7 months ago

Current compose file will resulting error: {"changed": false, "cmd": "/usr/bin/docker --host unix:///var/run/docker.sock compose --ansi never --progress plain --project-directory /home/pi/internet-monitoring/ ps --format json --all --no-trunc", "msg": "yaml: unmarshal errors:\n line 70: mapping key \"depends_on\" already defined at line 61", "rc": 15, "stderr": "yaml: unmarshal errors:\n line 70: mapping key \"depends_on\" already defined at line 61\n", "stderr_lines": ["yaml: unmarshal errors:", " line 70: mapping key \"depends_on\" already defined at line 61"], "stdout": "", "stdout_lines": []}

since depends_on is being declared twice. I fixed it on my pi with this

geerlingguy commented 7 months ago

Oh shoot, I just noticed this PR after merging https://github.com/geerlingguy/internet-pi/pull/583 — but thank you for the contribution, I went ahead and merged #583 which fixes the same thing.