···2121 - name: Add base system files
2222 command: |
2323 # Let us SSH to midnight by name
2424- echo "192.168.0.6 midnight" >> /etc/hosts
2424+ echo "192.168.1.2 midnight" >> /etc/hosts
25252626 # Avoid missing user with UID 0 error on ssh...
2727 echo "root:x:0:0:System administrator:/root:/run/current-system/sw/bin/bash" >> /etc/passwd